Skip to content

Commit

Permalink
Add missing issue number to eachline test case
Browse files Browse the repository at this point in the history
  • Loading branch information
garborg committed Jun 26, 2014
1 parent 3f23167 commit 3c87041
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/functional.jl
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ let b = IOBuffer("1\n2\n3\n"), a = {}
@test a == {(1,"1\n"),(2,"2\n"),(3,"3\n")}
end

# zip eachline (issue #XXXX)
let zeb = IOBuffer("1\n2\n3\n4\n5\n"),
# zip eachline (issue #7369)
let zeb = IOBuffer("1\n2\n3\n4\n5\n"),
letters = ['a', 'b', 'c', 'd', 'e'],
res = {}
for (number, letter) in zip(eachline(zeb), letters)
Expand Down

0 comments on commit 3c87041

Please sign in to comment.