mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-12-03 08:30:03 +00:00
tests: ensure un-named variables are assigned in the correct order -- passing all tests
This commit is contained in:
parent
9e686bd681
commit
e28cba02dd
@ -155,6 +155,7 @@
|
||||
#+call: echo("testing") :results vector
|
||||
This is an inline call call_echo(input="testing") embedded in prose.
|
||||
This is an inline call call_echo(input="testing")[:results vector] embedded in prose.
|
||||
#+call: lob-minus(8, 4)
|
||||
|
||||
* parsing header arguments
|
||||
:PROPERTIES:
|
||||
|
@ -54,7 +54,9 @@
|
||||
(org-babel-lob-get-info))))
|
||||
(forward-line 1) (beginning-of-line) (forward-char 27)
|
||||
(should (string= "testing" (caar (org-babel-lob-execute
|
||||
(org-babel-lob-get-info)))))))
|
||||
(org-babel-lob-get-info)))))
|
||||
(forward-line 1) (beginning-of-line)
|
||||
(should (= 4 (org-babel-lob-execute (org-babel-lob-get-info))))))
|
||||
|
||||
(provide 'test-ob-lob)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user