From 40c3cdfd9be658b737f3e88d75ebeb07965e69f3 Mon Sep 17 00:00:00 2001 From: Jonathan Clark Date: Thu, 24 Jan 2013 10:05:27 -0500 Subject: [PATCH] Added minimal test case for issue #140 --- syntax/issues/shouldSucceed/140.tape | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 syntax/issues/shouldSucceed/140.tape diff --git a/syntax/issues/shouldSucceed/140.tape b/syntax/issues/shouldSucceed/140.tape new file mode 100644 index 0000000..a87e3ec --- /dev/null +++ b/syntax/issues/shouldSucceed/140.tape @@ -0,0 +1,4 @@ +task t > file oops_param=@ {} +global { + oops_param=42 +} \ No newline at end of file