Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | stdlib tests now check refc too (#21664) | ringabout | 2023-04-21 | 1 | -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) | ringabout | 2022-09-27 | 1 | -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 Modi | 2021-11-02 | 1 | -26/+34 |
| | |||||
* | Added strscans.scanTuple (#16300) | Jason Beetham | 2020-12-12 | 1 | -0/+51 |
| | | | | * Added since and changelog | ||||
* | add support for parsing chars in `scanf` macro (#16240) | Miran | 2020-12-03 | 1 | -1/+18 |
| | |||||
* | move tests to testament (#16101) | flywind | 2020-11-24 | 1 | -0/+112 |
| | | | | | | | | | * move tests to testament * minor * fix random * disable test random | ||||
* | [backport] fix #15064, strscans.scanf edge case for '$+' (#15223) | Miran | 2020-08-25 | 1 | -1/+15 |
| | |||||
* | Fix strscans.scanp (#9518) | xzfc | 2018-10-28 | 1 | -0/+86 |
* strscans: fix typo * strscans: fix #9240 * strscans: add tests |