Skip to content

Commit ae07530

Browse files
committed
Add test
1 parent 48b056b commit ae07530

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/map.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,8 @@
4242
let x = rand(UInt8, (1 << 14) + n)
4343
@test count(==(UInt8('\n')), x) == vcount(==(UInt8('\n')), x)
4444
end
45+
let y = rand(Bool, (1 << 14) + n)
46+
@test vcount(y) == vcount(identity, y) == count(y)
47+
end
4548
end
4649
end

0 commit comments

Comments
 (0)