From 68b5ca3989e2cd8023fcac8551b3884f9b6bdf08 Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Mon, 8 Nov 2010 14:26:47 -0700 Subject: [PATCH] updated tests to accommodate new #+call: line header arg. pass-through --- testing/examples/babel.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/examples/babel.org b/testing/examples/babel.org index e367aea6b..c93415288 100644 --- a/testing/examples/babel.org +++ b/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