diff options
author | Christian Clason <c.clason@uni-graz.at> | 2023-01-16 19:04:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-16 19:04:24 +0100 |
commit | d8eb99e3632132393c9f1fffbd0bf1c635da4813 (patch) | |
tree | 547828bbfc892a82e6676203a981b9243f25ef77 /test/functional | |
parent | ef89f9fd46ab591183b7f59f31f5a2e55f7a526b (diff) | |
parent | 7295ed1f6f44cfdbb742d088c6813f51062edf0a (diff) | |
download | rneovim-d8eb99e3632132393c9f1fffbd0bf1c635da4813.tar.gz rneovim-d8eb99e3632132393c9f1fffbd0bf1c635da4813.tar.bz2 rneovim-d8eb99e3632132393c9f1fffbd0bf1c635da4813.zip |
Merge pull request #21828 from clason/bump-libvterm
build(deps): bump libvterm to v0.3.1
Diffstat (limited to 'test/functional')
-rw-r--r-- | test/functional/terminal/tui_spec.lua | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/test/functional/terminal/tui_spec.lua b/test/functional/terminal/tui_spec.lua index 228aaa6b23..55bf50e2e0 100644 --- a/test/functional/terminal/tui_spec.lua +++ b/test/functional/terminal/tui_spec.lua @@ -1298,6 +1298,7 @@ describe('TUI', function() [7] = {reverse = true, foreground = Screen.colors.SeaGreen4}, [8] = {foreground = Screen.colors.SeaGreen4}, [9] = {bold = true, foreground = Screen.colors.Blue1}, + [10] = {foreground = Screen.colors.Blue}, }) feed_data(':hi SpecialKey ctermfg=3 guifg=SeaGreen\n') @@ -1318,9 +1319,9 @@ describe('TUI', function() feed_data(':set termguicolors\n') screen:expect([[ {7:^}{8:G} | - {9:~ }| - {9:~ }| - {9:~ }| + {9:~}{10: }| + {9:~}{10: }| + {9:~}{10: }| {3:[No Name] [+] }| :set termguicolors | {4:-- TERMINAL --} | |