aboutsummaryrefslogtreecommitdiff
path: root/test/text.tm
AgeCommit message (Collapse)Author
2024-08-11Add channels and threadsBruce Hill
2024-07-05Tweak syntax for debug printsBruce Hill
2024-07-04Add `!!` statement for printing textBruce Hill
2024-07-01Add multiline string literal testBruce Hill
2024-05-20Hook up Text.has(), Text.trimmed(), Text.without()Bruce Hill
2024-04-28Syntax tweak: use ':' for blocksBruce Hill
2024-04-12Introducing the main() functionBruce Hill
2024-03-09Add langs to the languageBruce Hill
2024-03-04Fix some bugs relating to NUL termination of stringsBruce Hill
2024-03-03Add methods for text:clusters(), text:codepoints(), text:bytes()Bruce Hill
2024-03-03Unicode normalization for equality, hashing, tests, and printingBruce Hill
2024-03-03Rename string test to textBruce Hill