Skip to content

Commit ed177d1

Browse files
bramtaylStefanKarpinski
authored andcommitted
Missing generators.jl test (#34450)
1 parent 5bbf37d commit ed177d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/iterators.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
using Base.Iterators
44
using Random
55

6+
@test Base.IteratorSize(Any) isa Base.SizeUnknown
7+
68
# zip and filter iterators
79
# issue #4718
810
@test collect(Iterators.filter(x->x[1], zip([true, false, true, false],"abcd"))) == [(true,'a'),(true,'c')]

0 commit comments

Comments
 (0)