-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add False #2802
Add False #2802
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the PR @edukisto!
2 minor nits and then it's gtg.
|
||
---------------------------------------------------- | ||
|
||
[ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This isn't a nit but a tip for the future:
This JSON looks like you formatted it yourself. With the command npm run test:languages -- --accept
, the test suite will automatically insert the formatted actual token stream for you.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, I unreasonably forgot about --accept
. I’ve never used the feature, because I write tests before I write regexes. I should and I will use it for “post-processing”.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for reminding!
Thank you for contributing! |
Thank you, @RunDevelopment! |
Resolves #2801.