google-research / arxiv-latex-cleaner

arXiv LaTeX Cleaner: Easily clean the LaTeX code of your paper to submit to arXiv
Apache License 2.0
5.23k stars 327 forks source link

Change text file comparison to get rid of end of line. #62

Closed Vaufreyd closed 2 years ago

Vaufreyd commented 2 years ago

Change text file comparison to get rid of end of line. Now, tests pass on Windows and Linux (need to be tested on MacOSX).

jponttuset commented 2 years ago

Thanks @Vaufreyd!

jponttuset commented 2 years ago

FYI: Tested correctly under MacOSX, I just needed to do minor changes (e.g. close the files that were being open in the tests)

Vaufreyd commented 2 years ago

Perfect. Thank you for the feedback.