aboutsummaryrefslogtreecommitdiffstats
path: root/tests/definition.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix a bunch of bugs with definitions, referencesLibravatar Titus Wormer2022-06-291-77/+71
| | | | | | | | | * Fix bug where whitespace after `:` was not allowed, it is * Fix bug where escapes in labels did not work due to typo * Fix to prefer first definition * Fix whitespace after definitions * Fix matching by adding normalizing * Fix reference from being output as data
* Add support for compiling definitionsLibravatar Titus Wormer2022-06-291-148/+126
|
* 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
* Fix bug with tabsLibravatar Titus Wormer2022-06-201-6/+5
|
* Add support for definitionsLibravatar Titus Wormer2022-06-171-0/+446
* Add definitions * Add partials for label, destination, title * Add `go`, to attempt something, and do something else on `ok`