-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
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
support symbols #9
Comments
Hey, can I work on this? Came back here 👋 |
Sure 👍 |
Raised PR #40 |
Also just created a PR for this #43 . This was an unfortunate timing. There was no update for a week so I looked into this. Then I saw the PR mentioned above. Still wanted to share what I did so far. Feel free to just discard my PR @radlinskii |
after reviewing both PRs I merged #43 because:
Sorry @kritikash18 and thanks for your contribution, of course added |
Support symbols inside the expected input.
Could be set as different levels (basic interpunction, programming), or even support user providing a list of symbols that could be used.
This feature should work similar to adding
numbers
inside the expected input. Please have a look inside the source code to see how it happens that if you passnumbers=true
you can get numbers as part of your test's expected input.User should be able to set it as an argument when running the program or put it inside her/his config file.
The text was updated successfully, but these errors were encountered: