From 7cd67dd7f3ebf38a2a65c6756090936f9a1b3b03 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 29 Oct 2024 14:36:49 -0400 Subject: Add file globbing --- test/paths.tm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/paths.tm') 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() -- cgit v1.2.3