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
25 lines
746 B
JSON
25 lines
746 B
JSON
{"SetOption":{"value":"foldmethod=manual"}}
|
|
{"Put":{"state":"fn boop() {\n ˇbarp()\n bazp()\n}\n"}}
|
|
{"Key":"shift-v"}
|
|
{"Key":"j"}
|
|
{"Key":"z"}
|
|
{"Key":"f"}
|
|
{"Key":"escape"}
|
|
{"Key":"g"}
|
|
{"Key":"g"}
|
|
{"Get":{"state":"ˇfn boop() {\n barp()\n bazp()\n}\n","mode":"Normal"}}
|
|
{"Key":"j"}
|
|
{"Key":"j"}
|
|
{"Get":{"state":"fn boop() {\n barp()\n bazp()\nˇ}\n","mode":"Normal"}}
|
|
{"Key":"2"}
|
|
{"Key":"k"}
|
|
{"Get":{"state":"ˇfn boop() {\n barp()\n bazp()\n}\n","mode":"Normal"}}
|
|
{"Key":"down"}
|
|
{"Key":"y"}
|
|
{"Key":"y"}
|
|
{"Get":{"state":"fn boop() {\nˇ barp()\n bazp()\n}\n","mode":"Normal"}}
|
|
{"ReadRegister":{"name":"\"","value":" barp()\n bazp()\n"}}
|
|
{"Key":"z"}
|
|
{"Key":"o"}
|
|
{"Get":{"state":"fn boop() {\nˇ barp()\n bazp()\n}\n","mode":"Normal"}}
|