aboutsummaryrefslogtreecommitdiff
path: root/test/paths.tm
AgeCommit message (Expand)Author
2025-03-25Make docstring tests use an actual expression AST instead of textBruce Hill
2025-03-15Overhaul of Path so it uses root and array of components instead ofBruce Hill
2024-12-07Rename "NONE" to "none"Bruce Hill
2024-11-24Rename "NULL" to "NONE"Bruce Hill
2024-11-21Add `NULL` as a syntax for null values.Bruce Hill
2024-11-19Go back to stringifying integers/num32s/bytes without the typeBruce Hill
2024-11-05Deprecate bit-width integer/num literals in favor of using typeBruce Hill
2024-10-29Add file globbingBruce Hill
2024-09-16Have Text:matches() return an optional array of matchesBruce Hill
2024-09-16Add some basic pattern matching/suffix code for pathsBruce Hill
2024-09-15Fix up file testBruce Hill
2024-09-15Add a Byte datatypeBruce Hill
2024-09-09Test nesting parens and escapesBruce Hill
2024-09-09Restore path interpolationBruce Hill
2024-09-09Ensure more rigoroous cleanup and validation of pathsBruce Hill
2024-09-09Fix up some path logicBruce Hill
2024-09-09More testsBruce Hill
2024-09-09Add mktemp functionalityBruce Hill