summary refs log tree commit diff stats
path: root/tests/stdlib/tstrformat.nim
Commit message (Expand)AuthorAgeFilesLines
* line info for strformat + fix issue with typed templates (#21761)metagn2023-05-021-0/+10
* stdlib tests now check refc too (#21664)ringabout2023-04-211-1/+3
* fixes #18134; registers `formatBiggestFloat` in VM (#21299)ringabout2023-01-261-8/+11
* make more standard libraries work with `nimPreviewSlimSystem` (#20343)ringabout2022-09-271-2/+2
* test removing dollar for objects out of system (#20242)metagn2022-08-241-0/+3
* followup strformat PR. backslash escapes, tests, docs (#17700)shirleyquirk2021-04-121-2/+60
* Improve the strformat module (#17106)konsumlamm2021-02-201-512/+498
* use doAssert in tests (#16486)flywind2020-12-281-2/+2
* move tests to testament (#16101)flywind2020-11-241-1/+138
* add docs and more tests for debug format strings (#14861)flywind2020-07-081-3/+70
* add debug fmt string like python's (#14808)flywind2020-06-301-0/+105
* [cleanups] doassert => doAssert; mark deadcode (#14711)Timothee Cour2020-06-171-2/+2
* fixes #14054 [backport:1.2] (#14061)Andreas Rumpf2020-04-301-0/+31
* fixes #12612 [backport] (#12681)Andreas Rumpf2019-11-191-0/+8
* [feature]strformat: add 2 'fmt' macros that use specified characters instead ...Tomohiro2019-10-281-0/+32
* fixes #11723Araq2019-07-151-0/+18
* move test for #7632 above `import strformat` (#11270)jcosborn2019-05-201-10/+11
* fixes another regression; the behaviour of 'array' formatting was changedAraq2019-04-151-0/+8
* fixes #11012Araq2019-04-151-6/+18
* Strformat symbol binding (#10927)Arne Döring2019-04-051-2/+42
* Fix strformat neg zero (#7954)skilchen2018-06-051-0/+8
* Fix strformat precision handling for strings (#7941)skilchen2018-06-041-0/+26
* fix strformat zeropadding for floats (#7934)skilchen2018-06-011-1/+10
* fixes #7078Araq2018-01-141-2/+2
* rename strformat.fmt to `%` as it works better with backslash escape sequence...Araq2018-01-111-2/+2
* Add test caseOscar Nihlgård2018-01-091-0/+13