summary refs log tree commit diff stats
path: root/tests/js/testtojsstr.nim
Commit message (Collapse)AuthorAgeFilesLines
* Slightly better test caseDmitry Polienko2016-05-201-1/+3
| | | | Tests identity rather than exact output.
* Fix toJSStr for control charactersnigredo-tori2016-05-201-0/+6
fixes #4190 Add leading zero to encoded character if it is less than 0x10