summary refs log tree commit diff stats
path: root/tests/js/tstdlib_various.nim
Commit message (Collapse)AuthorAgeFilesLines
* refactor cmpIgnoreStyle and cmpIgnoreCase (#16399)flywind2020-12-311-16/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * init * support strutils * more * better * Call len once per string/cstring * Change var to let * Compare ternary on first char * More appropriate param name * fix * better * one test * impl * more efficient * minor Co-authored-by: Clyybber <darkmine956@gmail.com>
* StringStream & more stdlib modules support for JS/NimScript (#14095)hlaaftana2020-04-281-0/+194
* StringStream & more stdlib modules support for JS/NimScript * change back pegs test in line with #14134