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

[RFC] ignore newline at EOF? #57

Closed johnnychen94 closed 4 years ago

johnnychen94 commented 4 years ago

Some editors (e.g., vscode in my case) will automatically insert a newline at the end of the file. Although I could regenerate the reference files, I'm wondering whether it makes sense to directly ignore this in this package.

oxinabox commented 4 years ago

my instinct says regenerate the test file, and we should be comparing things exactly.