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
The operators used in #if must be improved. At first the operator must be available only for #if. Here a sample with eq:
eq
The eq used in #if is higlighted as purple (it's correct), but it is higlighted too inside expression (the second eq), which is false.
It misses some operator like and. You can find all alowed operator for #if at https://quarkus.io/guides/qute-reference#if_section
and
You can see too Junit at https://github.com/quarkusio/quarkus/blob/main/independent-projects/qute/core/src/test/java/io/quarkus/qute/IfSectionTest.java with #if to have some sample
The text was updated successfully, but these errors were encountered:
It works only for the first operator. See sample with 2 ors:
Sorry, something went wrong.
AlexXuChen
Successfully merging a pull request may close this issue.
The operators used in #if must be improved. At first the operator must be available only for #if. Here a sample with
eq
:The
eq
used in #if is higlighted as purple (it's correct), but it is higlighted too inside expression (the second eq), which is false.It misses some operator like
and
. You can find all alowed operator for #if at https://quarkus.io/guides/qute-reference#if_sectionYou can see too Junit at https://github.com/quarkusio/quarkus/blob/main/independent-projects/qute/core/src/test/java/io/quarkus/qute/IfSectionTest.java with #if to have some sample
The text was updated successfully, but these errors were encountered: