We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d681e7b commit 4ba56e6Copy full SHA for 4ba56e6
+stdlib/canonical.m
@@ -26,7 +26,7 @@
26
e = p;
27
end
28
29
-if ~strlength(e) || (ispc() && (startsWith(e, "\\") || startsWith(e, "//")))
+if ~strlength(e) || (ispc() && (startsWith(e, {'\\', '//'})))
30
% UNC path is not canonicalized
31
return
32
0 commit comments