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
Running grunt test should test filbert.js and filbert_loose.js.
grunt test
Currently it only runs tests against filbert.js. To test filbert_loose.js, you have to hack test/spec/util.js to target filbert_loose.js instead.
The text was updated successfully, but these errors were encountered:
Is this bug fixed? I printed a check in the filbert_loose file and it appeared when grunt test was executed.
Sorry, something went wrong.
I don't think so. I tried putting a print statement in filbert_loose parse_dammit and did not see it print after running grunt test.
parse_dammit
How exactly did you check this?
My bad, I seem to have checked by printing above parse_dammit (line 40 in the filbert_loose file). Will try and find a fix.
No branches or pull requests
Running
grunt test
should test filbert.js and filbert_loose.js.Currently it only runs tests against filbert.js. To test filbert_loose.js, you have to
hack test/spec/util.js to target filbert_loose.js instead.
The text was updated successfully, but these errors were encountered: