summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
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