summary refs log tree commit diff stats
path: root/tests/stdlib/tstrscans.nim
Commit message (Expand)AuthorAgeFilesLines
* stdlib tests now check refc too (#21664)ringabout2023-04-211-1/+1
* make more standard libraries work with `nimPreviewSlimSystem` (#20343)ringabout2022-09-271-1/+1
* tests: Fix warnings in tstrscans (#19082)Kaushal Modi2021-11-021-26/+34
* Added strscans.scanTuple (#16300)Jason Beetham2020-12-121-0/+51
* add support for parsing chars in `scanf` macro (#16240)Miran2020-12-031-1/+18
* move tests to testament (#16101)flywind2020-11-241-0/+112
* [backport] fix #15064, strscans.scanf edge case for '$+' (#15223)Miran2020-08-251-1/+15
* Fix strscans.scanp (#9518)xzfc2018-10-281-0/+86