diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2018-10-16 23:34:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-16 23:34:11 +0200 |
commit | e311b019a18c29131957f35d51227f5260d7ee63 (patch) | |
tree | 55e62aa6c09a729c9c34bd5d4d4d40321f982376 /test/functional/options | |
parent | 8fd092f3ff15bf70f84ec0d716c5aaa2c7379fa1 (diff) | |
parent | c8810a51a3a7ef1185b45c07d93f7e6769c5ab55 (diff) | |
download | rneovim-e311b019a18c29131957f35d51227f5260d7ee63.tar.gz rneovim-e311b019a18c29131957f35d51227f5260d7ee63.tar.bz2 rneovim-e311b019a18c29131957f35d51227f5260d7ee63.zip |
Merge pull request #6930 from bfredl/expectfix
tests: detect and fix fragile sceen tests, and mark intentional unchanged expect():s
Diffstat (limited to 'test/functional/options')
-rw-r--r-- | test/functional/options/fillchars_spec.lua | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/functional/options/fillchars_spec.lua b/test/functional/options/fillchars_spec.lua index ab61935d4c..99177a11b4 100644 --- a/test/functional/options/fillchars_spec.lua +++ b/test/functional/options/fillchars_spec.lua @@ -36,6 +36,13 @@ describe("'fillchars'", function() ]]) end) it('supports whitespace', function() + screen:expect([[ + ^ | + ~ | + ~ | + ~ | + | + ]]) command('set fillchars=eob:\\ ') screen:expect([[ ^ | |