Browse Source

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

Eric Schulte 14 years ago
parent
commit
68b5ca3989
1 changed files with 2 additions and 2 deletions
  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