aboutsummaryrefslogtreecommitdiffstats
path: root/tests/attention.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix interleaving of attention/labelLibravatar Titus Wormer2022-07-051-12/+10
|
* Fix resizing attention bugLibravatar Titus Wormer2022-07-051-36/+30
|
* Fix opening/closing tag order of nested attentionLibravatar Titus Wormer2022-07-041-36/+31
|
* Fix some attention bugsLibravatar Titus Wormer2022-07-041-252/+210
| | | | | | * Fix closing many attention from one closer * Fix nested attention * Fix remaining attention markers
* Add more tests for attentionLibravatar Titus Wormer2022-07-041-0/+877