diff options
| author | bfredl <bjorn.linse@gmail.com> | 2024-03-23 20:01:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-23 20:01:21 +0100 |
| commit | 3d9c028a4ce1557af7f7269968db5dd0c480f270 (patch) | |
| tree | fa08e1ee69250026610790531336a9dbef0a4aaf /test/functional/editor/ctrl_c_spec.lua | |
| parent | 2c1e8f7e96926f70151d737ea32f1e6ff3589263 (diff) | |
| parent | 0c59771e314d6faaad69676985cd2a11c157ee37 (diff) | |
| download | rneovim-3d9c028a4ce1557af7f7269968db5dd0c480f270.tar.gz rneovim-3d9c028a4ce1557af7f7269968db5dd0c480f270.tar.bz2 rneovim-3d9c028a4ce1557af7f7269968db5dd0c480f270.zip | |
Merge pull request #27980 from bfredl/noignore
refactor(tests): all screen tests should use highlights
Diffstat (limited to 'test/functional/editor/ctrl_c_spec.lua')
| -rw-r--r-- | test/functional/editor/ctrl_c_spec.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/functional/editor/ctrl_c_spec.lua b/test/functional/editor/ctrl_c_spec.lua index e6a6ea808a..f5eb98cc8d 100644 --- a/test/functional/editor/ctrl_c_spec.lua +++ b/test/functional/editor/ctrl_c_spec.lua @@ -66,8 +66,8 @@ describe('CTRL-C (mapped)', function() feed('i') screen:expect([[ ^ | - ~ |*4 - -- INSERT -- | + {1:~ }|*4 + {5:-- INSERT --} | ]]) end) @@ -81,8 +81,8 @@ describe('CTRL-C (mapped)', function() feed('i') screen:expect([[ ^ | - ~ |*4 - -- INSERT -- | + {1:~ }|*4 + {5:-- INSERT --} | ]]) end) end) |