terminal: add tests for palette color forwarding

This commit is contained in:
Björn Linse
2019-11-02 10:57:07 +01:00
parent 33cdff1b5c
commit f707a7ef68
5 changed files with 111 additions and 15 deletions

View File

@@ -67,7 +67,7 @@ describe('Command-line option', function()
|
|
]], {
[1] = {foreground = 4210943},
[1] = {foreground = tonumber('0x4040ff'), fg_indexed=true},
[2] = {bold = true, reverse = true}
})
feed('i:cq<CR>')