summary refs log tree commit diff stats
path: root/tests/macros
diff options
context:
space:
mode:
authorskilchen <skilchen@users.noreply.github.com>2018-06-05 00:26:16 +0200
committerVarriount <Varriount@users.noreply.github.com>2018-06-04 18:26:16 -0400
commitfd102f39bb8c969d33015654422ff4541f211b51 (patch)
treed9993c8e87e943e50193d07f1340eb239249f4c0 /tests/macros
parenta3e5242d31fa2ac86072534a7528468c7a6f257d (diff)
downloadNim-fd102f39bb8c969d33015654422ff4541f211b51.tar.gz
Fix strformat precision handling for strings (#7941)
* 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
Diffstat (limited to 'tests/macros')
0 files changed, 0 insertions, 0 deletions
c.html?h=main&id=d3cc25b4d64d81e31be228fa2fc1347b63f4729c'>^
dbe12410 ^

c5ffb6e1 ^
d44123ca ^
90560d71 ^

c5ffb6e1 ^











c5ffb6e1 ^







9570363a ^
90560d71 ^
9570363a ^






c5ffb6e1 ^

90560d71 ^
c5ffb6e1 ^



90560d71 ^

c5ffb6e1 ^
90560d71 ^
c5ffb6e1 ^






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