casid / jte

Secure and speedy templates for Java and Kotlin.
https://jte.gg
Apache License 2.0
819 stars 59 forks source link

Backticks in comments end the content block #308

Open casid opened 9 months ago

casid commented 9 months ago

Backticks in comments end the content block, causing a compile error.

!{var content = @`<%--`--%>Hello there!`;}
${content}