aboutsummaryrefslogtreecommitdiff
path: root/test/functional/treesitter/highlight_spec.lua
diff options
context:
space:
mode:
authorluukvbaal <luukvbaal@gmail.com>2024-12-04 16:31:08 +0100
committerGitHub <noreply@github.com>2024-12-04 07:31:08 -0800
commite2a91876ac61b4265e62a73ea9aed37597976b85 (patch)
tree9d02c36da3206312cdb80a3da71d1595d7046996 /test/functional/treesitter/highlight_spec.lua
parent6551e3063043b86acc90476297645150bd198c3a (diff)
downloadrneovim-e2a91876ac61b4265e62a73ea9aed37597976b85.tar.gz
rneovim-e2a91876ac61b4265e62a73ea9aed37597976b85.tar.bz2
rneovim-e2a91876ac61b4265e62a73ea9aed37597976b85.zip
test(screen): adjust screen state per stylua #31441
Before: screen:expect({ | screen:expect({ grid = [[ | grid = [[ {10:>!}a | | line ^1 | {7: }b | | {1:~ }|*4 {10:>>}c | | ]], messages={ { {7: }^ | | content = { { "\ntest\n[O]k: ", 6, 11 } }, {1:~ }|*9 | kind = "confirm" | | } } ]] | }) }) After: screen:expect([[ | screen:expect({ {10:>!}a | | grid = [[ {7: }b | | line ^1 | {10:>>}c | | {1:~ }|*4 {7: }^ | | ]], {1:~ }|*9 | messages = { { | | content = { { "\ntest\n[O]k: ", 6, 11 } }, ]]) | kind = "confirm" | } }, | })
Diffstat (limited to 'test/functional/treesitter/highlight_spec.lua')
-rw-r--r--test/functional/treesitter/highlight_spec.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/treesitter/highlight_spec.lua b/test/functional/treesitter/highlight_spec.lua
index f2563d9bad..028c01f14a 100644
--- a/test/functional/treesitter/highlight_spec.lua
+++ b/test/functional/treesitter/highlight_spec.lua
@@ -404,7 +404,7 @@ describe('treesitter highlighting (C)', function()
]],
})
- feed 'u'
+ feed 'u:<esc>'
screen:expect({
grid = [[
@@ -425,7 +425,7 @@ describe('treesitter highlighting (C)', function()
} |
} |
^} |
- 19 changes; before #2 0 seconds ago |
+ |
]],
})
end)