summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2024-06-26 12:09:30 +0100
committerubq323 <ubq323@ubq323.website>2024-06-26 12:10:33 +0100
commita2525f2fc3f41c792065e61079e8e7126210529e (patch)
treed8e4b1d5c58c0b504a7962023a78a9d2b7a83e30 /tests
parent7854c6d1c129f1979434514f4716d89752608288 (diff)
parse multiple expressions
Diffstat (limited to 'tests')
-rw-r--r--tests/multi.bth3
-rw-r--r--tests/multi.out3
2 files changed, 6 insertions, 0 deletions
diff --git a/tests/multi.bth b/tests/multi.bth
new file mode 100644
index 0000000..49691ce
--- /dev/null
+++ b/tests/multi.bth
@@ -0,0 +1,3 @@
+(puts "hello")
+(puts "world")
+nil
diff --git a/tests/multi.out b/tests/multi.out
new file mode 100644
index 0000000..ecb6945
--- /dev/null
+++ b/tests/multi.out
@@ -0,0 +1,3 @@
+hello
+world
+nil