diff options
Diffstat (limited to 'test/paths.tm')
| -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) |
