Explorar el Código

updated tests to accommodate new #+call: line header arg. pass-through

Eric Schulte hace 15 años
padre
commit
68b5ca3989
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      testing/examples/babel.org

+ 2 - 2
testing/examples/babel.org

@@ -148,5 +148,5 @@
 69fbe856-ca9c-4f20-9146-826d2f488c1d
 #+call: echo(input="testing")
 #+call: echo(input="testing") :results vector
-#+call: echo() :var input="testing"
-#+call: echo() :var input="testing" :results vector
+#+call: echo[:var input="testing"]()
+#+call: echo[:var input="testing"]() :results vector