diff options
Diffstat (limited to 'tests/strlit.bth')
-rw-r--r-- | tests/strlit.bth | 3 |
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)) |