From 3d5332493c50b32c683bda8f4d40ec4f12a323ec Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 1 Oct 2025 12:53:03 -0400 Subject: Add extra path test --- test/paths.tm | 1 + 1 file changed, 1 insertion(+) diff --git a/test/paths.tm b/test/paths.tm index 01be9b05..a76575e8 100644 --- a/test/paths.tm +++ b/test/paths.tm @@ -104,3 +104,4 @@ func main() assert (/foo).type == Absolute assert (~/foo).type == Home assert (/foo/baz).components == ["foo", "baz"] + assert Path(type=Relative, ["foo", "baz"]) == (./foo/baz) -- cgit v1.2.3