aboutsummaryrefslogtreecommitdiff
path: root/test/functional/terminal/tui_spec.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-11-09 22:22:24 -0800
committerJustin M. Keyes <justinkz@gmail.com>2019-11-09 22:26:01 -0800
commit4abb67c027e93afac8c2f436d48956fffcd69848 (patch)
tree24400f4eb3be31db2a4d9fa0999bb9ca3ef0344c /test/functional/terminal/tui_spec.lua
parentc0abaf9ca604485ceee04ae8ca83c11382febc89 (diff)
downloadrneovim-4abb67c027e93afac8c2f436d48956fffcd69848.tar.gz
rneovim-4abb67c027e93afac8c2f436d48956fffcd69848.tar.bz2
rneovim-4abb67c027e93afac8c2f436d48956fffcd69848.zip
test/Screen:expect: replace "{IGNORE}" with "{MATCH:…}"
ref #11004
Diffstat (limited to 'test/functional/terminal/tui_spec.lua')
-rw-r--r--test/functional/terminal/tui_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/terminal/tui_spec.lua b/test/functional/terminal/tui_spec.lua
index e773d2ea62..676d6ef76d 100644
--- a/test/functional/terminal/tui_spec.lua
+++ b/test/functional/terminal/tui_spec.lua
@@ -578,7 +578,7 @@ describe('TUI', function()
|
{4:~ }|
{5: }|
- {8:paste: Error executing lua: vim.lua:214: Vim:E21: }|
+ {MATCH:paste: Error executing lua: vim.lua:%d+: Vim:E21: }|
{8:Cannot make changes, 'modifiable' is off} |
{10:Press ENTER or type command to continue}{1: } |
{3:-- TERMINAL --} |