We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7924ad6 commit ee77934Copy full SHA for ee77934
test/TestCanonical.m
@@ -8,7 +8,9 @@
8
{"~/", stdlib.homedir()}, ...
9
{"~/..", stdlib.parent(stdlib.homedir())}, ...
10
{mfilename("fullpath") + ".m/..", stdlib.parent(mfilename("fullpath"))}, ...
11
-{"~/not-exist/a/..", stdlib.homedir() + "/not-exist"}
+{"~/not-exist/a/..", stdlib.homedir() + "/not-exist"}, ...
12
+{"./not-exist", "not-exist"}, ...
13
+{"../not-exist", "../not-exist"}
14
};
15
end
16
0 commit comments