-
Notifications
You must be signed in to change notification settings - Fork 284
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
Panic on escaped double quote string literal #273
Comments
If I put string literal with escaped double quote |
Tera actually doesn't support escaped quotes currently. However it supports several type of strings so your example can be written However (bis), this is currently broken on 0.11.5 but I've fixed it yesterday so it should be part of 0.11.6 to be released this weekend. Another question is that parsing that template should give an error, not a panic. Is your code using |
Hi @Keats , using single quote works, but it show different result than double quote The single quote showing and double quote missing. I'm using rocket so I think the panic is because somewhere in the rocket's code. I'll debug and maybe fix the problem there |
That error is the "However (bis)" in my previous message, you can try the current master branch and it should work |
I just published 0.11.6 which should fix the bug you had above |
It works with single quote. Thank you |
rustc 1.26.0-nightly (75af15ee6 2018-03-20)
The text was updated successfully, but these errors were encountered: