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 48b056b commit ae07530Copy full SHA for ae07530
test/map.jl
@@ -42,5 +42,8 @@
42
let x = rand(UInt8, (1 << 14) + n)
43
@test count(==(UInt8('\n')), x) == vcount(==(UInt8('\n')), x)
44
end
45
+ let y = rand(Bool, (1 << 14) + n)
46
+ @test vcount(y) == vcount(identity, y) == count(y)
47
+ end
48
49
0 commit comments