summary refs log tree commit diff stats
path: root/tests/stdlib/tstrformat.nim
Commit message (Expand)AuthorAgeFilesLines
* 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