JuliaTesting / ReferenceTests.jl

Utility package for comparing data against reference files
https://juliatesting.github.io/ReferenceTests.jl/latest/
Other
82 stars 14 forks source link

ignore CRLF/LF difference #40

Closed johnnychen94 closed 4 years ago

johnnychen94 commented 4 years ago

closes #39

This fixes a CRLF/LF "bug" that exists locally on Windows:

Test for "string1.nottxt" failed.
- DIFF ------------------------
"""
- This is not a .txt file, but it should be treated as such.\r
+ This is not a .txt file, but it should be treated as such.
  """
coveralls commented 4 years ago

Coverage Status

Coverage decreased (-4.6%) to 77.692% when pulling 9c7337a66f9dc68ca5f4068715385853baf544b3 on jc/crlf into 46d650a2efc73177bc9df7408a579c78488c6849 on master.

oxinabox commented 4 years ago

LGTM, can you add a test, and bump the version

johnnychen94 commented 4 years ago

I'll merge this once the test passes