diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-10-01 12:53:03 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-10-01 12:53:03 -0400 |
| commit | 3d5332493c50b32c683bda8f4d40ec4f12a323ec (patch) | |
| tree | 2402f88e7a2ae7c50107224412622ba27762fc23 /test | |
| parent | c29c5f578cbcfb10a4eb5c4e790e73c531f5cceb (diff) | |
Add extra path test
Diffstat (limited to 'test')
| -rw-r--r-- | test/paths.tm | 1 |
1 files changed, 1 insertions, 0 deletions
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) |
