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 ea52f8a commit 79a5755Copy full SHA for 79a5755
test/TestWindowsCOM.m
@@ -41,6 +41,7 @@ function test_short_file(tc)
41
42
file = fullfile(matlabroot, "VersionInfo.xml");
43
tc.assumeThat(file, IsFile, "VersionInfo.xml missing")
44
+tc.assumeSubstring(file, " ", "name won't shorten if it doesn't have a space")
45
46
for f = [file, stdlib.posix(file)]
47
short = stdlib.fileio.windows_shortname(f);
0 commit comments