update tests

This commit is contained in:
Eric Schulte 2012-01-24 00:02:33 -07:00
parent 11d31e89c4
commit a706f42403
2 changed files with 3 additions and 2 deletions

View File

@ -228,6 +228,7 @@ src_sh{echo 3} Here is one at the beginning of a line.
* using the =:noweb-ref= header argument
:PROPERTIES:
:ID: 54d68d4b-1544-4745-85ab-4f03b3cbd8a0
:noweb-sep: ""
:END:
#+begin_src sh :tangle yes :noweb yes :shebang #!/bin/sh

View File

@ -566,11 +566,11 @@ on two lines
#+end_src
#+name: foo
#+begin_src sh
#+begin_src sh :noweb-sep \"\"
bar
#+end_src
#+begin_src sh :noweb-ref foo
#+begin_src sh :noweb-ref foo :noweb-sep \"\"
baz
#+end_src"
(should (string= (org-babel-expand-noweb-references) "barbaz"))))