aboutsummaryrefslogtreecommitdiff
path: root/test/text.tm
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-09-02 23:24:16 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-09-02 23:24:16 -0400
commit9d2e9c02fe7eab797bc6131a5ba1129771a9f3a2 (patch)
tree3e6e1c75f68a45610954b5bccff7f606412b4706 /test/text.tm
parent6e4be93848ebea9f3fb921bed453f8ab74327c15 (diff)
Fix splitting an empty string
Diffstat (limited to 'test/text.tm')
-rw-r--r--test/text.tm3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/text.tm b/test/text.tm
index 4dd3531c..cf084f8a 100644
--- a/test/text.tm
+++ b/test/text.tm
@@ -152,3 +152,6 @@ func main():
>> "+":join([:Text])
= ""
+
+ >> "":split()
+ = []