diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/spendsplat.bth | 1 | ||||
-rw-r--r-- | tests/spendsplat.out | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/spendsplat.bth b/tests/spendsplat.bth new file mode 100644 index 0000000..38de40f --- /dev/null +++ b/tests/spendsplat.bth @@ -0,0 +1 @@ +(say (s,@ ['abc 'def 'ghi])) diff --git a/tests/spendsplat.out b/tests/spendsplat.out new file mode 100644 index 0000000..500533a --- /dev/null +++ b/tests/spendsplat.out @@ -0,0 +1 @@ +abcdefghi |