aboutsummaryrefslogtreecommitdiff
path: root/helix-core/src/test.rs
Commit message (Collapse)AuthorAge
* Remove usage of format ident feature from tests (#2028)Michael Davis2022-04-08
|
* Add missing # back to test outputIvan Tham2022-04-02
|
* Refactor test print to be more readableGokul Soumya2022-04-02
|
* Change test mark from ^@ to #[|]#Ivan Tham2022-04-02
|
* Add paragraph textobjectIvan Tham2022-04-02
| | | | | Change parameter/argument key from p to a since paragraph only have p but parameter are also called arguments sometimes and a is not used.
* Add (prev) paragraph motionIvan Tham2022-04-02
Also improved testing facility. Fix #1580