diff options
| author | Maxime Coste <mawww@kakoune.org> | 2024-08-14 19:12:49 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2024-08-14 19:12:49 +1000 |
| commit | f25dc419c7450d2a459e6372af25d5831d0fbaec (patch) | |
| tree | 3e306f44d1353727ad5c358088486b69d509a1b1 /test/shell | |
| parent | 238e5e76597e3518db674500ca86cb2e2021ceaf (diff) | |
More test timing fix
Diffstat (limited to 'test/shell')
| -rw-r--r-- | test/shell/prompt-shell-script-candidates/script | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/test/shell/prompt-shell-script-candidates/script b/test/shell/prompt-shell-script-candidates/script index 231c8725..33cf94ab 100644 --- a/test/shell/prompt-shell-script-candidates/script +++ b/test/shell/prompt-shell-script-candidates/script @@ -1,7 +1,5 @@ -ui_out -ignore 7 +ui_out -until '{ "jsonrpc": "2.0", "method": "refresh", "params": [true] }' ui_in '{ "jsonrpc": "2.0", "method": "keys", "params": [ ":foo<ret>b" ] }' -ui_out -ignore 4 -ui_out '{ "jsonrpc": "2.0", "method": "refresh", "params": [false] }' -ui_out -ignore 3 -ui_out '{ "jsonrpc": "2.0", "method": "menu_show", "params": [[[{ "face": { "fg": "default", "bg": "default", "underline": "default", "attributes": [] }, "contents": "bar" }]], { "line": 0, "column": 0 }, { "fg": "white", "bg": "blue", "underline": "default", "attributes": [] }, { "fg": "blue", "bg": "white", "underline": "default", "attributes": [] }, "prompt"] }' +ui_out -until '{ "jsonrpc": "2.0", "method": "refresh", "params": [false] }' +ui_out -until '{ "jsonrpc": "2.0", "method": "menu_show", "params": [[[{ "face": { "fg": "default", "bg": "default", "underline": "default", "attributes": [] }, "contents": "bar" }]], { "line": 0, "column": 0 }, { "fg": "white", "bg": "blue", "underline": "default", "attributes": [] }, { "fg": "blue", "bg": "white", "underline": "default", "attributes": [] }, "prompt"] }' ui_in '{ "jsonrpc": "2.0", "method": "keys", "params": [ "<tab><ret>" ] }' |
