aboutsummaryrefslogtreecommitdiff
path: root/test/paths.tm
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-10-01 12:53:03 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-10-01 12:53:03 -0400
commit3d5332493c50b32c683bda8f4d40ec4f12a323ec (patch)
tree2402f88e7a2ae7c50107224412622ba27762fc23 /test/paths.tm
parentc29c5f578cbcfb10a4eb5c4e790e73c531f5cceb (diff)
Add extra path test
Diffstat (limited to 'test/paths.tm')
-rw-r--r--test/paths.tm1
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)