Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix punycode.decode function (#19136) | Christoph Krybus | 2021-11-12 | 1 | -1/+201 |
| | | | | | | | | | | | | | | * Refactor: rename proc to func * Fix punycode.decode function This function could only properly decode punycodes containing a single encoded unicode character. As soon as there was more than one punycode character group to decode it produced invalid output - the number of characters was correct, but their position was not. * Update tpunycode.nim Co-authored-by: Clay Sweetser <Varriount@users.noreply.github.com> | ||||
* | use doAssert in tests (#16486) | flywind | 2020-12-28 | 1 | -3/+3 |
| | |||||
* | move tests to testament (#16101) | flywind | 2020-11-24 | 1 | -0/+5 |
* move tests to testament * minor * fix random * disable test random |