diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2018-01-13 10:14:41 +0100 |
---|---|---|
committer | Björn Linse <bjorn.linse@gmail.com> | 2018-02-06 10:23:26 +0100 |
commit | 9af14506e5ae90a3a62814e20d00765fd65d6294 (patch) | |
tree | 22b7d690cce62208283f94130e3841e9081980d6 /test/functional/ui/output_spec.lua | |
parent | 2d99b81ab5b7481e20c03376f0f40924daff491f (diff) | |
download | rneovim-9af14506e5ae90a3a62814e20d00765fd65d6294.tar.gz rneovim-9af14506e5ae90a3a62814e20d00765fd65d6294.tar.bz2 rneovim-9af14506e5ae90a3a62814e20d00765fd65d6294.zip |
shell: add test for binary and multibyte output
Also update existing tests for new (vim-compatible) newline behavior
Diffstat (limited to 'test/functional/ui/output_spec.lua')
-rw-r--r-- | test/functional/ui/output_spec.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/ui/output_spec.lua b/test/functional/ui/output_spec.lua index c6d564e8dc..da3f474e08 100644 --- a/test/functional/ui/output_spec.lua +++ b/test/functional/ui/output_spec.lua @@ -33,8 +33,8 @@ describe("shell command :!", function() {4:~ }| {4:~ }| {4:~ }| + {4:~ }| :!printf foo; sleep 200 | - | foo | {3:-- TERMINAL --} | ]]) @@ -56,11 +56,11 @@ describe("shell command :!", function() -- Final chunk of output should always be displayed, never skipped. -- (Throttling is non-deterministic, this test is merely a sanity check.) screen:expect([[ - XXXXXXXXXX 2996 | XXXXXXXXXX 2997 | XXXXXXXXXX 2998 | XXXXXXXXXX 2999 | XXXXXXXXXX 3000 | + | {10:Press ENTER or type command to continue}{1: } | {3:-- TERMINAL --} | ]]) |