mirror of
https://github.com/neovim/neovim.git
synced 2025-01-01 17:23:36 -07:00
208013ae39
Previously, the screen test was expecting the screen state to be identical to the previous screen test in `thelpers.screen_setup()`, which is indeterministic. (The later screen test can accidentally still see the previous identical state). The solution is to add a test for a intermediate different state. |
||
---|---|---|
.. | ||
altscreen_spec.lua | ||
buffer_spec.lua | ||
cursor_spec.lua | ||
ex_terminal_spec.lua | ||
helpers.lua | ||
highlight_spec.lua | ||
mouse_spec.lua | ||
scrollback_spec.lua | ||
window_spec.lua | ||
window_split_tab_spec.lua |