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
ub <noreply@github.com> 2021-02-15 13:57:15 +0100 Improve the heapqueue module (#17034)' href='/ahoang/Nim/commit/tests/stdlib/theapqueue.nim?h=devel&id=56f5010fa405018d40c4416ffe86bd3aaa1cb75a'>56f5010fa ^
f3887dea2 ^
56f5010fa ^
f3887dea2 ^
56f5010fa ^



f3887dea2 ^
56f5010fa ^

f3887dea2 ^
56f5010fa ^










































1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106