summaryrefslogtreecommitdiff
path: root/tests/ssub.bth
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2024-08-17 23:13:35 +0100
committerubq323 <ubq323@ubq323.website>2024-08-17 23:13:35 +0100
commite7cc8217d5f2ba69b8baca97ea9b6bf6fd028c8a (patch)
tree91f5d89ecc31c935b36cc27305d06be48a887ac0 /tests/ssub.bth
parent91d59f1ba812c7df783e459c8af8d1c1be1d27f4 (diff)
add ssub? function
Diffstat (limited to 'tests/ssub.bth')
-rw-r--r--tests/ssub.bth8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/ssub.bth b/tests/ssub.bth
new file mode 100644
index 0000000..4c69a28
--- /dev/null
+++ b/tests/ssub.bth
@@ -0,0 +1,8 @@
+(defn (f n h) (say (ssub? n h)))
+(f 'ee 'needle)
+(f 'l 'flucloxacillin)
+(f 'l 'fucoxaciin)
+(f "really really long thethethethe" "h")
+(f 'start "start the at")
+(f 'end "at the end")
+(f 'entire 'entire)