zed/crates/vim/test_data/test_delete_next_word_end.json
Conrad Irwin f550f23b97
vim test redux (#11709)
This cleans up the neovim-backed vim tests:
- removed exempted tests (we'll rely on bug reports to find missing edge
cases)
- moved all assertions into non-async fn's so that failures are
reporting on the right file/line
- removed the NeovimBackedBindingTestContext
- renamed a few things to make them clearer
- reduced the number of permutations tested in some cases to reduce
slowest test from 60s to 5s

Release Notes:

- N/A
2024-05-11 14:04:05 -04:00

21 lines
556 B
JSON

{"Put":{"state":"Teˇst Test\n"}}
{"Key":"d"}
{"Key":"e"}
{"Get":{"state":"Teˇ Test\n","mode":"Normal"}}
{"Put":{"state":"Tˇest test\n"}}
{"Key":"d"}
{"Key":"e"}
{"Get":{"state":"Tˇ test\n","mode":"Normal"}}
{"Put":{"state":"Test teˇst\ntest"}}
{"Key":"d"}
{"Key":"e"}
{"Get":{"state":"Test tˇe\ntest","mode":"Normal"}}
{"Put":{"state":"Test tesˇt\ntest"}}
{"Key":"d"}
{"Key":"e"}
{"Get":{"state":"Test teˇs","mode":"Normal"}}
{"Put":{"state":"Test teˇst-test test"}}
{"Key":"d"}
{"Key":"e"}
{"Get":{"state":"Test teˇ-test test","mode":"Normal"}}