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 f247f7d commit 6406376Copy full SHA for 6406376
+stdlib/windows_shortname.m
@@ -13,7 +13,7 @@
13
p (1,1) string
14
end
15
16
-short = "";
+short = string.empty;
17
18
if ~ispc
19
return
test/TestWindowsCOM.m
@@ -13,7 +13,7 @@ function setup_path(tc)
methods (Test)
function test_not(tc)
-tc.verifyEqual(stdlib.windows_shortname("not-exist"), "")
+tc.verifyEmpty(stdlib.windows_shortname("not-exist"))
0 commit comments