diff options
| author | Olivier Perret <Olivier.Perret@mailbox.org> | 2018-09-24 09:54:21 +0200 |
|---|---|---|
| committer | Olivier Perret <Olivier.Perret@mailbox.org> | 2018-09-24 09:54:21 +0200 |
| commit | 93f913705abafbd7341e4fdd897bef5f6ef4c0dd (patch) | |
| tree | 0e3241013b939bc4f535632552ad08dbbb29b5e0 /test | |
| parent | cb8b8828788d10124859a960e2f8281c618566c1 (diff) | |
Misc fixes
Diffstat (limited to 'test')
| -rw-r--r-- | test/regression/1920-crash-on-python-in-docstring/ui-out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regression/1920-crash-on-python-in-docstring/ui-out b/test/regression/1920-crash-on-python-in-docstring/ui-out index 34022d40..33cba659 100644 --- a/test/regression/1920-crash-on-python-in-docstring/ui-out +++ b/test/regression/1920-crash-on-python-in-docstring/ui-out @@ -1,5 +1,5 @@ { "jsonrpc": "2.0", "method": "set_ui_options", "params": [{}] } -{ "jsonrpc": "2.0", "method": "draw", "params": [[[{ "face": { "fg": "black", "bg": "white", "attributes": ["final_fg","final_bg","final_attr"] }, "contents": "\"" }, { "face": { "fg": "magenta", "bg": "default", "attributes": [] }, "contents": "\"\">>> " }, { "face": { "fg": "default", "bg": "default", "attributes": [] }, "contents": "\"\"\"\u000a" }]], { "fg": "default", "bg": "default", "attributes": [] }, { "fg": "blue", "bg": "default", "attributes": [] }] } +{ "jsonrpc": "2.0", "method": "draw", "params": [[[{ "face": { "fg": "black", "bg": "white", "attributes": ["final_fg","final_bg"] }, "contents": "\"" }, { "face": { "fg": "magenta", "bg": "default", "attributes": [] }, "contents": "\"\">>> " }, { "face": { "fg": "default", "bg": "default", "attributes": [] }, "contents": "\"\"\"\u000a" }]], { "fg": "default", "bg": "default", "attributes": [] }, { "fg": "blue", "bg": "default", "attributes": [] }] } { "jsonrpc": "2.0", "method": "menu_hide", "params": [] } { "jsonrpc": "2.0", "method": "info_hide", "params": [] } { "jsonrpc": "2.0", "method": "draw_status", "params": [[], [{ "face": { "fg": "default", "bg": "default", "attributes": [] }, "contents": "out 1:1 " }, { "face": { "fg": "black", "bg": "yellow", "attributes": [] }, "contents": "" }, { "face": { "fg": "default", "bg": "default", "attributes": [] }, "contents": " " }, { "face": { "fg": "blue", "bg": "default", "attributes": [] }, "contents": "1 sel" }, { "face": { "fg": "default", "bg": "default", "attributes": [] }, "contents": " - client0@[kak-tests]" }], { "fg": "cyan", "bg": "default", "attributes": [] }] } |
