Skip to content

Commit

Permalink
Add a test for issue 400
Browse files Browse the repository at this point in the history
  • Loading branch information
ararslan committed Jul 18, 2018
1 parent c8bf279 commit d6ee8e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/test_ordered_dict.jl
Original file line number Diff line number Diff line change
Expand Up @@ -359,4 +359,7 @@ using DataStructures, Test
)
end

# Issue #400
@test filter(p->first(p) > 1, OrderedDict(1=>2, 3=>4)) isa OrderedDict

end # @teestset OrderedDict

0 comments on commit d6ee8e0

Please sign in to comment.