aboutsummaryrefslogtreecommitdiff
path: root/test/functional/editor/mark_spec.lua
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-02-18 09:27:10 +0800
committerzeertzjq <zeertzjq@outlook.com>2023-02-18 10:44:35 +0800
commit9b9f8dfcc41ceb80d3970eb58af8ee350b57dc7f (patch)
treec0347335374e363432711ad9f0ba02badefb300b /test/functional/editor/mark_spec.lua
parentbb369a14f3e948c8efa3709d95e4dc2098b2de6a (diff)
downloadrneovim-9b9f8dfcc41ceb80d3970eb58af8ee350b57dc7f.tar.gz
rneovim-9b9f8dfcc41ceb80d3970eb58af8ee350b57dc7f.tar.bz2
rneovim-9b9f8dfcc41ceb80d3970eb58af8ee350b57dc7f.zip
test: make {MATCH:} behave less unexpectedly in screen:expect()
Include the rest of the line and allow multiple {MATCH:} patterns.
Diffstat (limited to 'test/functional/editor/mark_spec.lua')
-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)