aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-10-29 14:36:49 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-10-29 14:36:49 -0400
commit7cd67dd7f3ebf38a2a65c6756090936f9a1b3b03 (patch)
tree6407b1b0836ea0d474b4822ef888cb6c6eaba7ae /test
parente3c1dd2df5a593829a4d5864f8ff7ea4582da55c (diff)
Add file globbing
Diffstat (limited to 'test')
-rw-r--r--test/paths.tm2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/paths.tm b/test/paths.tm
index 92a14640..4330e79f 100644
--- a/test/paths.tm
+++ b/test/paths.tm
@@ -133,3 +133,5 @@ func main():
>> (/foo/bar/baz) ++ (./.././qux/./../quux)
= (/foo/bar/quux)
+ !! Globbing:
+ >> (./*.tm):glob()