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 ea3ee80 commit 93fe415Copy full SHA for 93fe415
test/TestHash.m
@@ -70,6 +70,7 @@ function test_hash_empty(tc)
70
71
tc.verifyEmpty(stdlib.file_checksum("file:///", "sha256"))
72
tc.verifyEmpty(stdlib.file_checksum("", "sha256"))
73
+tc.verifyEmpty(stdlib.file_checksum("/", "sha256"))
74
75
end
76
0 commit comments