summary refs log tree commit diff stats
path: root/tests/stdlib/tstrscans.nim
Commit message (Collapse)AuthorAgeFilesLines
* stdlib tests now check refc too (#21664)ringabout2023-04-211-1/+1
| | | | | | | | | | | * stdlib tests now check refc too * typo * fixes line numbers * disable cpp * do not touch
* make more standard libraries work with `nimPreviewSlimSystem` (#20343)ringabout2022-09-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | * make more standard libraries work with `nimPreviewSlimSystem` * typo * part two * Delete specutils.nim * fixes more tests * more fixes * fixes tests * fixes three more tests * add formatfloat import * fix * last
* tests: Fix warnings in tstrscans (#19082)Kaushal Modi2021-11-021-26/+34
|
* 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