Closed
Description
string tests sensitive to file line endings:
* strings
exception on 1: ERROR: test failed: :((@mstr "\r\n a\r\n b\r\n\r\n c\r\n "=="a\nb\n\nc\n"))
in default_handler at test.jl:21
in do_test at test.jl:38
in runtests at c:\Users\julia\Desktop\julia32\test\testdefs.jl:5
in anonymous at multi.jl:604
in run_work_thunk at multi.jl:566
in remotecall_fetch at multi.jl:638
in remotecall_fetch at multi.jl:653
in anonymous at multi.jl:1335
at strings.jl:726
ERROR: test failed: :((@mstr "\r\n a\r\n b\r\n\r\n c\r\n "=="a\nb\n\nc\n"))
Activity