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/mark_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/mark_spec.lua')
| -rw-r--r-- | test/functional/editor/mark_spec.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/functional/editor/mark_spec.lua b/test/functional/editor/mark_spec.lua index 6b20a736c0..625490ef83 100644 --- a/test/functional/editor/mark_spec.lua +++ b/test/functional/editor/mark_spec.lua @@ -420,12 +420,12 @@ describe('named marks view', function() feed("<C-w>p'a") screen:expect([[ | - ~ |*3 - [No Name] | + {1:~ }|*3 + {2:[No Name] }| 6 line | ^7 line | 8 line | - {MATCH:.*marks} | + {3:<itor-marks }| | ]]) end) @@ -453,7 +453,7 @@ describe('named marks view', function() command('bwipe!') screen:expect([[ ^ | - ~ |*4 + {1:~ }|*4 | ]]) command('rshada!') |