We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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).
\r
\n
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?
The text was updated successfully, but these errors were encountered:
path.join
/
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: