summaryrefslogtreecommitdiff
path: root/testing.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testing.sh')
-rwxr-xr-xtesting.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing.sh b/testing.sh
index dce1fea..bc3d741 100755
--- a/testing.sh
+++ b/testing.sh
@@ -68,4 +68,5 @@ test "$1" "main() { dbg 5 % 3; }"
test "$1" "main() { dbg [{1, 2, 3} + 2]; dbg [{1, 2, 3}]; }"
test "$1" "main() { err 'u'; }"
test "$1" "enum a, b, c; main() { dbg a; dbg b; dbg c; }"
+test "$1" 'main() { dbg `howdy; }'
rm -f build/tmp.*