helix/helix-term/tests
Michael Davis 94eb3de776 Add test case that panics on undo
This case panics since undo/redo call View::apply and here, the edit
that moves the jumplist selection out-of-bounds is not yet applied when
View::apply is called in undo/redo. View::apply should only be called
by the EditorView now.
2022-11-24 10:57:12 +09:00
..
test Add test case that panics on undo 2022-11-24 10:57:12 +09:00
integration.rs flush writes on force quit (#4397) 2022-10-21 13:28:29 +09:00