neovim/test/functional/terminal
zeertzjq ef18c9f9b0
test(tui_spec): avoid race between nvim_paste and nvim_input (#21639)
Now that the TUI calls nvim_paste and nvim_input through RPC, the data
race is much more likely, as nvim_paste is deferred while nvim_input is
not. Add an expect_child_buf_lines() call to avoid the race.
2023-01-04 08:39:20 +08:00
..
altscreen_spec.lua test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00
api_spec.lua fix(tui): more work in the TUI 2022-12-31 13:25:26 +01:00
buffer_spec.lua test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00
channel_spec.lua fix(chansend): sending lines to terminal in reverse order on Windows #19315 2022-12-08 12:55:50 -08:00
cursor_spec.lua test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00
edit_spec.lua test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00
ex_terminal_spec.lua test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00
helpers.lua test: fix failing tui_spec.lua tests (#21117) 2022-11-19 20:46:04 +08:00
highlight_spec.lua test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00
mouse_spec.lua fix(terminal): fix 'mousescroll' not respected in terminal mode (#21415) 2022-12-14 23:45:31 +08:00
scrollback_spec.lua test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00
tui_spec.lua test(tui_spec): avoid race between nvim_paste and nvim_input (#21639) 2023-01-04 08:39:20 +08:00
window_spec.lua test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00
window_split_tab_spec.lua test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00