aboutsummaryrefslogtreecommitdiffstats
path: root/tests/character_reference.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add support for inferring line ending, configurableLibravatar Titus Wormer2022-06-211-2/+3
| | | | | | * Rename `CompileOptions` to `Options` * Add support for an optional default line ending style * Add support for inferring the used line ending style
* Add support for line endings in stringLibravatar Titus Wormer2022-06-201-1/+1
|
* 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