diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/regression/3048-word-wrapping-broken/cmd | 1 | ||||
| -rw-r--r-- | test/regression/3048-word-wrapping-broken/in | 1 | ||||
| -rw-r--r-- | test/regression/3048-word-wrapping-broken/rc | 1 | ||||
| -rw-r--r-- | test/regression/3048-word-wrapping-broken/ui-out | 7 |
4 files changed, 10 insertions, 0 deletions
diff --git a/test/regression/3048-word-wrapping-broken/cmd b/test/regression/3048-word-wrapping-broken/cmd new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/test/regression/3048-word-wrapping-broken/cmd @@ -0,0 +1 @@ + diff --git a/test/regression/3048-word-wrapping-broken/in b/test/regression/3048-word-wrapping-broken/in new file mode 100644 index 00000000..5fd2754d --- /dev/null +++ b/test/regression/3048-word-wrapping-broken/in @@ -0,0 +1 @@ +[ab diff --git a/test/regression/3048-word-wrapping-broken/rc b/test/regression/3048-word-wrapping-broken/rc new file mode 100644 index 00000000..0abc95c6 --- /dev/null +++ b/test/regression/3048-word-wrapping-broken/rc @@ -0,0 +1 @@ +add-highlighter global/ wrap -word -width 2 diff --git a/test/regression/3048-word-wrapping-broken/ui-out b/test/regression/3048-word-wrapping-broken/ui-out new file mode 100644 index 00000000..555d0d99 --- /dev/null +++ b/test/regression/3048-word-wrapping-broken/ui-out @@ -0,0 +1,7 @@ +{ "jsonrpc": "2.0", "method": "set_ui_options", "params": [{}] } +{ "jsonrpc": "2.0", "method": "draw", "params": [[[{ "face": { "fg": "black", "bg": "white", "attributes": [] }, "contents": "[" }], [{ "face": { "fg": "default", "bg": "default", "attributes": [] }, "contents": "ab" }], [{ "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": [] }] } +{ "jsonrpc": "2.0", "method": "set_cursor", "params": ["buffer", { "line": 0, "column": 0 }] } +{ "jsonrpc": "2.0", "method": "refresh", "params": [true] } |
