-
Notifications
You must be signed in to change notification settings - Fork 32
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
NVelocity does not support the text variants of logical operators #7
Comments
NVelocity isn't Velocity, NVelocity is a port of Velocity from over 10 years ago so is missing many of the Velocity changes since then, and has some of its own changes. This project has been unmaintained for years until only 2 weeks ago when someone wanted to reboot it. I checked the Velocity docs and those text variants aren't mentioned there, I assume they are fairly new. However, feel free to contribute a pull request adding support. |
Another example from the docs: |
Apologies, I missed that paragraph in the middle of the block which I skim read thinking it was about not, couldn't exactly search for "and", "or" or "not", and they didn't use the term "variant". |
Yer, I checked that page first and noticed that "&&" and "||" aren't even on there, neither are "and" and "or". |
No worries...I did a little research and it seems like the text variants show up in 1.6. I'm pretty sure that NVelocity predates that: |
So far I can find no way of getting Nvelocity to support the text variants of the logical operators. Here are some examples from velocity:
&&
and
||
or
!
not
The text was updated successfully, but these errors were encountered: