mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
f550f23b97
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
13 lines
491 B
JSON
13 lines
491 B
JSON
{"Put":{"state":"The quick\n brownˇ fox\njumps over\nthe lazy"}}
|
|
{"Key":"c"}
|
|
{"Key":"c"}
|
|
{"Get":{"state":"The quick\n ˇ\njumps over\nthe lazy","mode":"Insert"}}
|
|
{"Put":{"state":"ˇThe quick\nbrown fox\njumps over\nthe lazy"}}
|
|
{"Key":"c"}
|
|
{"Key":"c"}
|
|
{"Get":{"state":"ˇ\nbrown fox\njumps over\nthe lazy","mode":"Insert"}}
|
|
{"Put":{"state":"The quick\n broˇwn fox\njumps over\nthe lazy"}}
|
|
{"Key":"c"}
|
|
{"Key":"c"}
|
|
{"Get":{"state":"The quick\n ˇ\njumps over\nthe lazy","mode":"Insert"}}
|