kach / nearley

📜🔜🌲 Simple, fast, powerful parser toolkit for JavaScript.
https://nearley.js.org
MIT License
3.59k stars 232 forks source link

Some tests in windows fail #581

Open crguezl opened 3 years ago

crguezl commented 3 years ago

I am trying to add CI using GitHub Actions in this fork https://github.com/crguezl/nearley.

The tests run OK for both linux and MacOS but they fail on Windows due to some OS specific dependencies in some of the tests (i.e. \r \n staff).

See for instance the run https://github.com/crguezl/nearley/actions/runs/909306324

Can you help to make to make the tests O.S. independent?

crguezl commented 3 years ago