mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 11:15:14 -07:00
e016f5bee6
`exec_lua` makes code slighly harder to read, so it's beneficial to remove it in cases where it's possible or convenient. Not all `exec_lua` calls should be removed even if the test passes as it changes the semantics of the test even if it happens to pass. From https://github.com/neovim/neovim/pull/28155#discussion_r1548185779: "Note for tests like this, which fundamentally are about conversion, you end up changing what conversion you are testing. Even if the result happens to be same (as they often are, as we like the rules to be consistent if possible), you are now testing the RPC conversion rules instead of the vim script to in-process lua conversion rules." From https://github.com/neovim/neovim/pull/28155#discussion_r1548190152: "A test like this specifies that the cursor is valid immediately and not after a separate cycle of normal (or an other input-processing) mode." |
||
---|---|---|
.. | ||
codelens_spec.lua | ||
completion_spec.lua | ||
diagnostic_spec.lua | ||
handler_spec.lua | ||
helpers.lua | ||
incremental_sync_spec.lua | ||
inlay_hint_spec.lua | ||
semantic_tokens_spec.lua | ||
snippet_spec.lua | ||
utils_spec.lua |