summary refs log tree commit diff stats
path: root/tests/stdlib/tstrformat.nim
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | of '{}' (#11748) * [feature]strformat: add 2 'fmt' macros that use specified chars instead of '{}' * strformat: revert documentation comments of `&` and 'fmt' * strformat: removed single open/close char variant of fmt
* 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 handling of neg zero with sign * better tests for neg zero with sign * use inplace insertion of the sign as suggested by Varriount
* Fix strformat precision handling for strings (#7941)skilchen2018-06-041-0/+26
| | | | | | | | * fix strformat precision handling for strings * add some limited unicode awareness to the precision handling for strings * improvement suggested by Varriount: use setLen and runeOffset instead of runeSubstr
* 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 ↵Araq2018-01-111-2/+2
| | | | sequences; refs #6958
* Add test caseOscar Nihlgård2018-01-091-0/+13