aboutsummaryrefslogtreecommitdiffstats
path: root/testing/templates/literals-escape.html (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-01-12Support escaping in string literalsLibravatar Tuomas Siipola1-0/+2
Do not attempt to parse escape sequences thoroughly. Instead let the Rust compiler to check the string literals and provide nice error messages if necessary.