From a7aeda8c7a3b2c9854d40c1c9278fd67d94aaf3d Mon Sep 17 00:00:00 2001 From: Björn Linse Date: Thu, 5 Mar 2015 10:07:55 +0100 Subject: tests/ui: Also test character at cursor --- test/functional/shell/viml_system_spec.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'test/functional/shell/viml_system_spec.lua') diff --git a/test/functional/shell/viml_system_spec.lua b/test/functional/shell/viml_system_spec.lua index 75e9de6aa9..2742e23e00 100644 --- a/test/functional/shell/viml_system_spec.lua +++ b/test/functional/shell/viml_system_spec.lua @@ -60,7 +60,7 @@ describe('system()', function() it('`echo` and waits for its return', function() feed(':call system("echo")') screen:expect([[ - ^ | + ^ | ~ | ~ | ~ | @@ -93,11 +93,11 @@ describe('system()', function() ~ | ~ | ~ | - ^call system("yes") | + ^:call system("yes") | ]]) feed('') screen:expect([[ - ^ | + ^ | ~ | ~ | ~ | @@ -226,7 +226,7 @@ describe('systemlist()', function() it('`echo` and waits for its return', function() feed(':call systemlist("echo")') screen:expect([[ - ^ | + ^ | ~ | ~ | ~ | @@ -259,11 +259,11 @@ describe('systemlist()', function() ~ | ~ | ~ | - ^call systemlist("yes | xargs") | + ^:call systemlist("yes | xargs") | ]]) feed('') screen:expect([[ - ^ | + ^ | ~ | ~ | ~ | -- cgit