summary refs log tree commit diff stats
path: root/tests/stdlib/tcstring.nim
Commit message (Collapse)AuthorAgeFilesLines
* fix #16693: testament spec nimout too lax (#16698)flywind2021-04-041-1/+1
| | | Co-authored-by: Timothee Cour <timothee.cour2@gmail.com>
* fix #17159 items(cstring) works in VM (#17160)Timothee Cour2021-02-241-14/+87
| | | | | | | | | * fix #17159 items(cstring) works in VM * improve test coverage tests/stdlib/tcstring.nim; add helpers: whenRuntimeJs, whenVMorJs * document items(cstring) * address comments
* close #13859; add testcase (#17099)flywind2021-02-191-0/+19
* fix js unsigned integer * better * close #13859; add testcase