From c8810a51a3a7ef1185b45c07d93f7e6769c5ab55 Mon Sep 17 00:00:00 2001 From: Björn Linse Date: Mon, 26 Jun 2017 14:49:15 +0200 Subject: tests: improve robustness of immediate successes in screen tests --- test/functional/options/fillchars_spec.lua | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'test/functional/options') 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([[ ^ | -- cgit