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
37 lines
1.3 KiB
JSON
37 lines
1.3 KiB
JSON
{"Put":{"state":"The quick ˇbrown"}}
|
|
{"Key":"v"}
|
|
{"Key":"w"}
|
|
{"Key":"y"}
|
|
{"Get":{"state":"The quick ˇbrown","mode":"Normal"}}
|
|
{"ReadRegister":{"name":"\"","value":"brown"}}
|
|
{"Put":{"state":"The ˇquick brown\nfox jumps over\nthe lazy dog"}}
|
|
{"Key":"v"}
|
|
{"Key":"w"}
|
|
{"Key":"j"}
|
|
{"Key":"y"}
|
|
{"Get":{"state":"The ˇquick brown\nfox jumps over\nthe lazy dog","mode":"Normal"}}
|
|
{"ReadRegister":{"name":"\"","value":"quick brown\nfox jumps o"}}
|
|
{"Put":{"state":"The quick brown\nfox jumps over\nthe ˇlazy dog"}}
|
|
{"Key":"v"}
|
|
{"Key":"w"}
|
|
{"Key":"j"}
|
|
{"Key":"y"}
|
|
{"Get":{"state":"The quick brown\nfox jumps over\nthe ˇlazy dog","mode":"Normal"}}
|
|
{"ReadRegister":{"name":"\"","value":"lazy d"}}
|
|
{"Key":"shift-v"}
|
|
{"Key":"y"}
|
|
{"Get":{"state":"The quick brown\nfox jumps over\nˇthe lazy dog","mode":"Normal"}}
|
|
{"ReadRegister":{"name":"\"","value":"the lazy dog\n"}}
|
|
{"Put":{"state":"The ˇquick brown\nfox jumps over\nthe lazy dog"}}
|
|
{"Key":"v"}
|
|
{"Key":"b"}
|
|
{"Key":"k"}
|
|
{"Key":"y"}
|
|
{"Get":{"state":"ˇThe quick brown\nfox jumps over\nthe lazy dog","mode":"Normal"}}
|
|
{"Put":{"state":"The quick brown\nfox ˇjumps over\nthe lazy dog"}}
|
|
{"Key":"shift-v"}
|
|
{"Key":"shift-g"}
|
|
{"Key":"shift-y"}
|
|
{"Get":{"state":"The quick brown\nˇfox jumps over\nthe lazy dog","mode":"Normal"}}
|
|
{"ReadRegister":{"name":"\"","value":"fox jumps over\nthe lazy dog\n"}}
|