summaryrefslogtreecommitdiff
path: root/testing.sh
diff options
context:
space:
mode:
authorkdx <kikoodx@paranoici.org>2023-07-23 01:24:26 +0200
committerkdx <kikoodx@paranoici.org>2023-07-23 01:24:30 +0200
commit6d44bcf1b9cdd2ad7eb9bf9bafea4df34d122c98 (patch)
tree511a42f1279791355f4f3d13e466dcfcac89f482 /testing.sh
parent9a5df4a563eace94aa461d6eb96ee3a29c92a6a7 (diff)
downloadgolem-6d44bcf1b9cdd2ad7eb9bf9bafea4df34d122c98.tar.gz
err builtin
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 4b3955f..9a248e7 100755
--- a/testing.sh
+++ b/testing.sh
@@ -66,4 +66,5 @@ test "$1" "global a, b = 6, c = 4; main() { dbg b; dbg c; }"
test "$1" "main() { local a = 5, b = 7, c; dbg a; dbg b; }"
test "$1" "main() { dbg 5 % 3; }"
test "$1" "main() { dbg [{1, 2, 3} + 2]; dbg [{1, 2, 3}]; }"
+test "$1" "main() { err 'u'; }"
rm -f build/tmp.*