Skip to content

Commit

Permalink
Show example line.
Browse files Browse the repository at this point in the history
  • Loading branch information
CiaranOMara committed Jun 29, 2021
1 parent b8cbfc4 commit 5d3ca48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,9 @@ end

# Seek test.
open(Bag.file, "r") do io
@info "" readline(io, keep = true)
seek(io, Record)
# @test position(io) == 536 #TOOD: determine why the returned position on windows machines is 545.
@test position(io) == 536 #TODO: determine why the returned position on windows machines is 545.
@test readline(io) == Bag.line1
end

Expand Down

0 comments on commit 5d3ca48

Please sign in to comment.