summaryrefslogtreecommitdiff
path: root/tests/strlit.bth
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2024-08-06 22:20:18 +0100
committerubq323 <ubq323@ubq323.website>2024-08-06 22:20:18 +0100
commite4a7b6c397c430e3aa5f6fec63eeb91236069c27 (patch)
treeccd2837dc1d13f23a3cbf23330c6be0b943a63a5 /tests/strlit.bth
parenta701883f4ea83022261304d225eb8225af52b302 (diff)
tests
Diffstat (limited to 'tests/strlit.bth')
-rw-r--r--tests/strlit.bth3
1 files changed, 3 insertions, 0 deletions
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))