Explorar o código

testing/examples/babel.org: quote :shebang

* testing/examples/babel.org: Quote :shebang header argument.

2a73e06 introduced a new behaviour for org-babel-read and values
starting with "#" must now be quoted.
Achim Gratz %!s(int64=11) %!d(string=hai) anos
pai
achega
e23bd6df8a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      testing/examples/babel.org

+ 1 - 1
testing/examples/babel.org

@@ -224,7 +224,7 @@ src_sh{echo 3} Here is one at the beginning of a line.
   :noweb-sep: ""
   :END:
 
-#+begin_src sh :tangle yes :noweb yes :shebang #!/bin/sh
+#+begin_src sh :tangle yes :noweb yes :shebang "#!/bin/sh"
   <<fullest-disk>>
 #+end_src