summaryrefslogtreecommitdiff
path: root/tests/ssplit.bth
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ssplit.bth')
-rw-r--r--tests/ssplit.bth7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/ssplit.bth b/tests/ssplit.bth
new file mode 100644
index 0000000..4dbc860
--- /dev/null
+++ b/tests/ssplit.bth
@@ -0,0 +1,7 @@
+(say (ssplit " " "aaa bbb ccc"))
+(say (ssplit 'l "flucloxacillin"))
+(say (ssplit 'l "hi"))
+(say (ssplit 'l ""))
+(say (ssplit 'l 'local))
+(say (ssplit 'l 'focal))
+(say (ssplit 'l 'locate))