aboutsummaryrefslogtreecommitdiff
path: root/test/functional/terminal/helpers.lua
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2019-10-13 23:43:06 +0200
committerGitHub <noreply@github.com>2019-10-13 23:43:06 +0200
commitba082885d23fe4e1de94474fb616428bd6e00d6e (patch)
tree4574533679c6ac166b7424a8f0c4fb4c735aba01 /test/functional/terminal/helpers.lua
parent5cf6beb22178a844bc1b6e75e744eb04508b865c (diff)
parentcc0d7252304f10ed6cdc0bc58789100093f7d021 (diff)
downloadrneovim-ba082885d23fe4e1de94474fb616428bd6e00d6e.tar.gz
rneovim-ba082885d23fe4e1de94474fb616428bd6e00d6e.tar.bz2
rneovim-ba082885d23fe4e1de94474fb616428bd6e00d6e.zip
Merge pull request #11206 from bfredl/testattr
tests/refactor: make screen.ui use "linegrid" representation internally
Diffstat (limited to 'test/functional/terminal/helpers.lua')
-rw-r--r--test/functional/terminal/helpers.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/terminal/helpers.lua b/test/functional/terminal/helpers.lua
index f6cab6bd1e..d909888613 100644
--- a/test/functional/terminal/helpers.lua
+++ b/test/functional/terminal/helpers.lua
@@ -52,7 +52,7 @@ local function screen_setup(extra_rows, command, cols, opts)
[3] = {bold = true},
[4] = {foreground = 12},
[5] = {bold = true, reverse = true},
- [6] = {background = 11},
+ -- 6 was a duplicate item
[7] = {foreground = 130},
[8] = {foreground = 15, background = 1}, -- error message
[9] = {foreground = 4},