summaryrefslogtreecommitdiff
path: root/testing.sh
diff options
context:
space:
mode:
authorkdx <kikoodx@paranoici.org>2023-08-26 15:05:12 +0200
committerkdx <kikoodx@paranoici.org>2023-08-26 15:05:12 +0200
commit07f9061b1287212cca8bdea2f07b7262e6d079b7 (patch)
tree2b3ae941f16349020615941d4142daba7163b382 /testing.sh
parent3edf6c7c39dea9155f4a34ae8f5091d2a40a2462 (diff)
downloadgolem-07f9061b1287212cca8bdea2f07b7262e6d079b7.tar.gz
small string shortend
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.*