-
Notifications
You must be signed in to change notification settings - Fork 271
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
adds single quote string literal #416
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 yo very much, good idea in general.
But before I can merge his, please:
- Check and fix my code comments
- Extend the corresponding documentation with information on how to use string literals (chapters configuration and the STRING data type description).
src/test/java/com/ezylang/evalex/parser/TokenizerStringLiteralTest.java
Outdated
Show resolved
Hide resolved
Quality Gate passedThe SonarCloud Quality Gate passed, but some issues were introduced. 1 New issue |
Thank you, I added some more clarification to the configuration documentation. |
This PR adds support for declaring a string literal using single quotes. This feature is disabled by default.
Related discussion: #383