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
(This is a separate issue, discovered in the process of working on #29.)
It would be nifty if the test files could explain what they are testing.
Of course, adding comments into the test files themselves would alter the tests. For instance, the test file 3.cson tests the handling of comments.
3.cson
So, perhaps adding a README.md in src/test/ with descriptions would do.
README.md
src/test/
The text was updated successfully, but these errors were encountered:
Fixed in v2
Sorry, something went wrong.
No branches or pull requests
(This is a separate issue, discovered in the process of working on #29.)
It would be nifty if the test files could explain what they are testing.
Of course, adding comments into the test files themselves would alter the tests. For instance, the test file
3.cson
tests the handling of comments.So, perhaps adding a
README.md
insrc/test/
with descriptions would do.The text was updated successfully, but these errors were encountered: