Skip to content

Commit

Permalink
Missing generators.jl test (#34450)
Browse files Browse the repository at this point in the history
  • Loading branch information
bramtayl authored and KristofferC committed Apr 11, 2020
1 parent d07ae3a commit a4810b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/iterators.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
using Base.Iterators
using Random

@test Base.IteratorSize(Any) isa Base.SizeUnknown

# zip and filter iterators
# issue #4718
@test collect(Iterators.filter(x->x[1], zip([true, false, true, false],"abcd"))) == [(true,'a'),(true,'c')]
Expand Down

0 comments on commit a4810b7

Please sign in to comment.