aboutsummaryrefslogtreecommitdiffstats
path: root/tests/misc/escaped_chars_in_js.html
Commit message (Collapse)AuthorAgeFilesLines
* Only escape ESCAPED_CHARS.Waylan Limberg2014-01-091-0/+12
Leave all other chars prefaced by a backslash alone. Fixes #242. Not sure why I thought that I needed to add another backslash. Thanks for the report and the test case @mhubig.