summary refs log tree commit diff stats
path: root/tests/exprs
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/exprs
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/exprs')
0 files changed, 0 insertions, 0 deletions
mit/SPONSORS.md?id=c9df520b5c7162aa2d56a8c995376c5645b5c11a'>c9df520b ^
30c02e26 ^

c7a05a70 ^
30c02e26 ^
d240eb62 ^

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