Skip to content

Commit 93fe415

Browse files
committed
hash: empty if not exist file
1 parent ea3ee80 commit 93fe415

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/TestHash.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ function test_hash_empty(tc)
7070

7171
tc.verifyEmpty(stdlib.file_checksum("file:///", "sha256"))
7272
tc.verifyEmpty(stdlib.file_checksum("", "sha256"))
73+
tc.verifyEmpty(stdlib.file_checksum("/", "sha256"))
7374

7475
end
7576

0 commit comments

Comments
 (0)