aboutsummaryrefslogtreecommitdiff
path: root/test/functional/editor
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-02-18 11:07:31 +0800
committerGitHub <noreply@github.com>2023-02-18 11:07:31 +0800
commit44da6a56ba228a97fa917e1ae76a46299b8db125 (patch)
tree6eb3dde3e96050ef2e63427c5274e9b1dffdad78 /test/functional/editor
parentbb369a14f3e948c8efa3709d95e4dc2098b2de6a (diff)
parent9381d08e2916d6114c06336714e416bb834e5566 (diff)
downloadrneovim-44da6a56ba228a97fa917e1ae76a46299b8db125.tar.gz
rneovim-44da6a56ba228a97fa917e1ae76a46299b8db125.tar.bz2
rneovim-44da6a56ba228a97fa917e1ae76a46299b8db125.zip
Merge pull request #22304 from zeertzjq/test-fix
Fix some mistakes and warnings in tests
Diffstat (limited to 'test/functional/editor')
-rw-r--r--test/functional/editor/mark_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/editor/mark_spec.lua b/test/functional/editor/mark_spec.lua
index b3b190ef79..0670176719 100644
--- a/test/functional/editor/mark_spec.lua
+++ b/test/functional/editor/mark_spec.lua
@@ -413,7 +413,7 @@ describe('named marks view', function()
6 line |
^7 line |
8 line |
- {MATCH:.*} |
+ {MATCH:.*marks} |
|
]])
end)