aboutsummaryrefslogtreecommitdiffstats
path: root/tests/character_reference.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add support for definitionsLibravatar Titus Wormer2022-06-171-1/+1
| | | | | | * Add definitions * Add partials for label, destination, title * Add `go`, to attempt something, and do something else on `ok`
* Add code (text)Libravatar Titus Wormer2022-06-151-6/+5
|
* Add tests for character referenceLibravatar Titus Wormer2022-06-151-0/+204
* Fix encoding of character references * Fix unneeded remainder in `nok` state