-
Notifications
You must be signed in to change notification settings - Fork 874
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
PHP - Latte templates plugin - Wrong escaping string parameter (syntax highlight) #5862
Milestone
Comments
Reproducible. Thanks for reporting it. |
Documentation: https://latte.nette.org/en/tags#toc-translation |
junichi11
added a commit
to junichi11/netbeans
that referenced
this issue
Apr 25, 2023
…ache#5862 - apache#5862 - https://latte.nette.org/en/tags#toc-translation - Fix the lexer (Fix the regex for the single quote string) - Fix the braces matcher - Add unit tests
junichi11
added a commit
to junichi11/netbeans
that referenced
this issue
Apr 25, 2023
…ache#5862 - apache#5862 - https://latte.nette.org/en/tags#toc-translation - Fix the lexer (Fix the regex for the single quote string) - Fix the braces matcher - Add unit tests
neilcsmith-net
added a commit
that referenced
this issue
Apr 25, 2023
…le-quote Fix the error when a single quote is escaped in the Latte template #5862
@junichi11 Many thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Apache NetBeans version
Apache NetBeans 17
What happened
Netbeans plugin for
latte
syntax show an error when the string parameter contains an escaped apostrof character.How to reproduce
In the PHP Netbeans enable / install the built-in plugin (
tools > plugins > installed > Latte templates
)Create new file
test.latte
and put the following codeDid this work correctly in an earlier version?
No / Don't know
Operating System
Mac OS X version 10.16 running on x86_64; UTF-8; cs_CZ (nb)
JDK
14.0.2; Java HotSpot(TM) 64-Bit Server VM 14.0.2+12-46
Apache NetBeans packaging
Apache NetBeans provided installer
Anything else
No response
Are you willing to submit a pull request?
I want to, but I'm not a Java developer
The text was updated successfully, but these errors were encountered: