aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/wildmode_spec.lua
diff options
context:
space:
mode:
authorUtkarsh Maheshwari <utkarshme96@gmail.com>2018-12-18 12:50:44 +0100
committerBjörn Linse <bjorn.linse@gmail.com>2018-12-31 12:44:22 +0100
commitebe16cd9bdd214955469f4db4f1c4a2c11724b1d (patch)
treec16e24b07200ab5c6a34c7ee8d37e24f0a60b1ea /test/functional/ui/wildmode_spec.lua
parent1f8afe15a4670b237a4e97d8038ddd75c7d9d227 (diff)
downloadrneovim-ebe16cd9bdd214955469f4db4f1c4a2c11724b1d.tar.gz
rneovim-ebe16cd9bdd214955469f4db4f1c4a2c11724b1d.tar.bz2
rneovim-ebe16cd9bdd214955469f4db4f1c4a2c11724b1d.zip
multigrid: add multigrid screen tests
Diffstat (limited to 'test/functional/ui/wildmode_spec.lua')
-rw-r--r--test/functional/ui/wildmode_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/ui/wildmode_spec.lua b/test/functional/ui/wildmode_spec.lua
index 8931d9245b..ffe71cfadf 100644
--- a/test/functional/ui/wildmode_spec.lua
+++ b/test/functional/ui/wildmode_spec.lua
@@ -165,7 +165,7 @@ describe("'wildmenu'", function()
feed([[:<Tab>]]) -- Invoke wildmenu.
-- Check only the last 2 lines, because the shell output is
-- system-dependent.
- expect_stay_unchanged{any='! # & < = > @ > \n:!^'}
+ expect_stay_unchanged{any='! # & < = > @ > |\n:!^'}
end)
end)