diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-10-29 14:36:49 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-10-29 14:36:49 -0400 |
| commit | 7cd67dd7f3ebf38a2a65c6756090936f9a1b3b03 (patch) | |
| tree | 6407b1b0836ea0d474b4822ef888cb6c6eaba7ae /test | |
| parent | e3c1dd2df5a593829a4d5864f8ff7ea4582da55c (diff) | |
Add file globbing
Diffstat (limited to 'test')
| -rw-r--r-- | test/paths.tm | 2 |
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() |
