summary refs log tree commit diff stats
path: root/tests/realtimeGC
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/realtimeGC
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/realtimeGC')
0 files changed, 0 insertions, 0 deletions
='#n115'>115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177