summary refs log tree commit diff stats
path: root/tests/stdlib/turi.nim
Commit message (Expand)AuthorAgeFilesLines
* stdlib tests now check refc too (#21664)ringabout2023-04-211-0/+1
* make more standard libraries work with `nimPreviewSlimSystem` (#20343)ringabout2022-09-271-0/+1
* Zectbumo fixes 19824 (#19825)Alfred Morgan2022-05-301-0/+4
* Revert "Fix parseUri to sanitize urls containing ASCII newline or tab (#17967...Andreas Rumpf2021-05-091-12/+0
* Fix parseUri to sanitize urls containing ASCII newline or tab (#17967)Beshr Kayali2021-05-091-0/+12
* start using import {.all.} (#17736)Timothee Cour2021-04-161-0/+19
* [std/uri]fix #17481 (#17568)flywind2021-03-291-0/+11
* uri: document removeDotSegments, add tests, show failure modes (#17064)Timothee Cour2021-02-201-8/+1
* Fix bug in removeDotSegments: added test (#17050)Benoit Favre2021-02-161-0/+1
* Improve uri.parseQuery to never raise an error (#16647)Mildred Ki'Lya2021-01-121-2/+1
* improve turi.nim tests: js, vm; merge tdecodequery.nim (#16500)Timothee Cour2020-12-291-187/+181
* move tests to testament (#16101)flywind2020-11-241-1/+284
* fix #15333 (#15336)flywind2020-09-241-0/+17
d='n163' href='#n163'>163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201