neovim/test/functional/terminal
zeertzjq 1037ce2e46 test: avoid repeated screen lines in expected states
This is the command invoked repeatedly to make the changes:

    :%s/^\(.*\)|\%(\*\(\d\+\)\)\?$\n\1|\%(\*\(\d\+\)\)\?$/\=submatch(1)..'|*'..(max([str2nr(submatch(2)),1])+max([str2nr(submatch(3)),1]))/g
2023-12-09 22:15:02 +08:00
..
altscreen_spec.lua test: avoid repeated screen lines in expected states 2023-12-09 22:15:02 +08:00
api_spec.lua test: avoid repeated screen lines in expected states 2023-12-09 22:15:02 +08:00
buffer_spec.lua test: avoid repeated screen lines in expected states 2023-12-09 22:15:02 +08:00
channel_spec.lua test: avoid repeated screen lines in expected states 2023-12-09 22:15:02 +08:00
cursor_spec.lua test: avoid repeated screen lines in expected states 2023-12-09 22:15:02 +08:00
edit_spec.lua test(windows): unskip working tests (#25153) 2023-09-15 16:33:26 +08:00
ex_terminal_spec.lua test: avoid repeated screen lines in expected states 2023-12-09 22:15:02 +08:00
helpers.lua test: forward $VIMRUNTIME in child nvim instances 2023-12-07 11:54:22 -08:00
highlight_spec.lua test: avoid repeated screen lines in expected states 2023-12-09 22:15:02 +08:00
mouse_spec.lua fix(terminal): keep focus when scrolling number column of another window (#25848) 2023-10-31 15:23:20 +08:00
scrollback_spec.lua test: avoid repeated screen lines in expected states 2023-12-09 22:15:02 +08:00
tui_spec.lua test: avoid repeated screen lines in expected states 2023-12-09 22:15:02 +08:00
window_spec.lua test: avoid repeated screen lines in expected states 2023-12-09 22:15:02 +08:00
window_split_tab_spec.lua test: avoid repeated screen lines in expected states 2023-12-09 22:15:02 +08:00