summaryrefslogtreecommitdiff
path: root/testing.sh
diff options
context:
space:
mode:
authorkdx <kikoodx@paranoici.org>2023-06-09 20:18:09 +0200
committerkdx <kikoodx@paranoici.org>2023-06-09 20:18:09 +0200
commitcfc5d381a00fdbd812396c3c4e67616cfa669223 (patch)
treea7f79dac8926103b8abff0d4ed0991b26122f66f /testing.sh
parenta82211bc77beb8ee7469f08a568481157ea56f6c (diff)
downloadgolem-cfc5d381a00fdbd812396c3c4e67616cfa669223.tar.gz
char literal
Diffstat (limited to 'testing.sh')
-rwxr-xr-xtesting.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing.sh b/testing.sh
index 1d636b1..7abae1d 100755
--- a/testing.sh
+++ b/testing.sh
@@ -9,6 +9,7 @@ function test() {
}
tup || exit 1
-test '5 + 2;'
-test '6 + 3;'
+test "5 + 2;"
+test "6 + 3;"
+test "'a' - 'b';"
rm -f build/tmp.*