summary refs log tree commit diff stats
path: root/tests/stdlib/thtmlparser.nim
Commit message (Collapse)AuthorAgeFilesLines
* stdlib tests now check refc too (#21664)ringabout2023-04-211-0/+1
| | | | | | | | | | | * stdlib tests now check refc too * typo * fixes line numbers * disable cpp * do not touch
* make more standard libraries work with `nimPreviewSlimSystem` (#20343)ringabout2022-09-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | * make more standard libraries work with `nimPreviewSlimSystem` * typo * part two * Delete specutils.nim * fixes more tests * more fixes * fixes tests * fixes three more tests * add formatfloat import * fix * last
* use doAssert in tests (#16486)flywind2020-12-281-1/+1
|
* [cleanups] doassert => doAssert; mark deadcode (#14711)Timothee Cour2020-06-171-6/+6
|
* StringStream & more stdlib modules support for JS/NimScript (#14095)hlaaftana2020-04-281-2/+2
| | | | | * StringStream & more stdlib modules support for JS/NimScript * change back pegs test in line with #14134
* fixes #11713, fixes #1034Araq2019-09-041-0/+20
|
* Add parsing empty attribs to htmlparser (#9559)rec2018-10-301-1/+14
|
* Make htmlparser parse unquoted attrib values (#9537)rec2018-10-291-0/+45
| | | Fixes #6154
* merge stdlib tests (#9439)Miran2018-10-191-0/+80