From e4a7b6c397c430e3aa5f6fec63eeb91236069c27 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Tue, 6 Aug 2024 22:20:18 +0100 Subject: tests --- tests/strlit.bth | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/strlit.bth (limited to 'tests/strlit.bth') diff --git a/tests/strlit.bth b/tests/strlit.bth new file mode 100644 index 0000000..5894375 --- /dev/null +++ b/tests/strlit.bth @@ -0,0 +1,3 @@ +(say "hello") +(say 'hello) +(say (= "hello" 'hello)) -- cgit v1.2.3