summary refs log tree commit diff stats
path: root/tests/stdlib/tstrscans.nim
Commit message (Collapse)AuthorAgeFilesLines
* Added strscans.scanTuple (#16300)Jason Beetham2020-12-121-0/+51
| | | | * Added since and changelog
* add support for parsing chars in `scanf` macro (#16240)Miran2020-12-031-1/+18
|
* move tests to testament (#16101)flywind2020-11-241-0/+112
| | | | | | | | | * move tests to testament * minor * fix random * disable test random
* [backport] fix #15064, strscans.scanf edge case for '$+' (#15223)Miran2020-08-251-1/+15
|
* Fix strscans.scanp (#9518)xzfc2018-10-281-0/+86
* strscans: fix typo * strscans: fix #9240 * strscans: add tests