forked from kenkeiras/org-rw
Expose #+BEGIN_
block arguments.
This commit is contained in:
parent
b819904457
commit
66d061dfda
3 changed files with 15 additions and 8 deletions
|
@ -440,6 +440,7 @@ class TestSerde(unittest.TestCase):
|
|||
+ 'echo "with two lines"\n'
|
||||
+ "exit 0 # Exit successfully",
|
||||
)
|
||||
self.assertEqual(snippets[0].arguments.split(), ['shell', ':results', 'verbatim'])
|
||||
self.assertEqual(
|
||||
snippets[0].result,
|
||||
"This is a test\n" + "with two lines",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue