kakoune/test/regression/2056-assert-on-small-window/script
Jason Felice e712138ebd Fix test suite freeze
The issue is that the `test/regression/2056-assert-on-small-window`
sent JSON UI input without waiting for for the JSON UI to be
initialized.

Closes #3196
2019-11-12 09:39:37 -05:00

3 lines
143 B
Plaintext

ui_out '{ "jsonrpc": "2.0", "method": "set_ui_options", "params": [{}] }'
ui_in '{ "jsonrpc": "2.0", "method": "resize", "params": [ 5, 2 ] }'