aboutsummaryrefslogtreecommitdiffstats
path: root/testing/templates/literals-escape.html (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Support escaping in string literalsLibravatar Tuomas Siipola2020-01-121-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.