From bf0b8afdd6079f1a0ef4f922f06d936d9e7874cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciar=C3=A1n=20O=27Mara?= Date: Sun, 5 May 2024 08:31:03 +1000 Subject: [PATCH] Adjust test for other line encodings --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index fbb7f14..5fb6203 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -86,7 +86,7 @@ end open(Bag.file, "r") do io @info "" readline(io, keep = true) seek(io, Record) - @test position(io) == 536 #TODO: determine why the returned position on windows machines is 545. + @test position(io) == 536 || 545 #TODO: determine why the returned position on windows machines is 545. @test readline(io) == Bag.line1 end