summaryrefslogtreecommitdiff
path: root/testing.sh
diff options
context:
space:
mode:
authorkdx <kikoodx@paranoici.org>2023-06-13 04:08:54 +0200
committerkdx <kikoodx@paranoici.org>2023-06-13 04:08:54 +0200
commitbef68b681f0af54061858a6689057850b390d79c (patch)
tree7e3b7be4594d43e9143b2de73cc42d7d5c961acb /testing.sh
parent7648643b7f25b7752aacef9e758cf28372529ab4 (diff)
downloadgolem-bef68b681f0af54061858a6689057850b390d79c.tar.gz
fix string misinterpretation
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 b34667e..3539b20 100755
--- a/testing.sh
+++ b/testing.sh
@@ -54,5 +54,6 @@ test "$1" "main() 0; //ayayayayayayaya comment"
test "$1" "main() return;"
test "$1" "main() { local a; a = 5; dbg a; a++; dbg a; }"
test "$1" "main() { local a; a = 5; dbg a; a--; dbg a; }"
+test "$1" "main() { wrt [\"(\"]; wrt '\n'; }"
exit
rm -f build/tmp.*