aboutsummaryrefslogtreecommitdiff
path: root/tests/sauer/command.cpp
diff options
context:
space:
mode:
authoralon@honor <none@none>2010-09-14 23:00:35 -0700
committeralon@honor <none@none>2010-09-14 23:00:35 -0700
commit8b8c08a9efd662de9e26e4e1d38515db0f46c95d (patch)
tree40bd74068a005daf7ccec71d2fa650596026d184 /tests/sauer/command.cpp
parent7e3adf52f1c1a408ef21267ba96ebd3ed5d1bec0 (diff)
additional sauer tests+fixes
Diffstat (limited to 'tests/sauer/command.cpp')
-rw-r--r--tests/sauer/command.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/sauer/command.cpp b/tests/sauer/command.cpp
index 0f9dc196..cfd3d116 100644
--- a/tests/sauer/command.cpp
+++ b/tests/sauer/command.cpp
@@ -1418,6 +1418,8 @@ int main()
execute("push x 11");
execute("pop x");
execute("echo $x");
+ execute("greet = [ echo hello, $arg1 ]");
+ execute("greet everyone");
printf("*\n");
return 0;
}