aboutsummaryrefslogtreecommitdiffstats
path: root/tests/character_reference.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-06-20Add support for line endings in stringLibravatar Titus Wormer1-1/+1
2022-06-17Add support for definitionsLibravatar Titus Wormer1-1/+1
* Add definitions * Add partials for label, destination, title * Add `go`, to attempt something, and do something else on `ok`
2022-06-15Add code (text)Libravatar Titus Wormer1-6/+5
2022-06-15Add tests for character referenceLibravatar Titus Wormer1-0/+204
* Fix encoding of character references * Fix unneeded remainder in `nok` state