summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_marks.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-04-09 18:42:11 +0200
committerBram Moolenaar <Bram@vim.org>2020-04-09 18:42:11 +0200
commit4d23c52824dd2f4577eb980e7d91feed34052755 (patch)
tree03c52af249a56f3c89bea0b255220a4a4a098e32 /src/testdir/test_marks.vim
parent25d57009520f0e590920b9f953b1cbbb358e72a2 (diff)
patch 8.2.0535: regexp patterns not fully testedv8.2.0535
Problem: Regexp patterns not fully tested. Solution: Add more regexp tests and others. (Yegappan Lakshmanan, closes #5901)
Diffstat (limited to 'src/testdir/test_marks.vim')
-rw-r--r--src/testdir/test_marks.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/testdir/test_marks.vim b/src/testdir/test_marks.vim
index 15be080137..fcae2ac137 100644
--- a/src/testdir/test_marks.vim
+++ b/src/testdir/test_marks.vim
@@ -207,6 +207,9 @@ func Test_mark_error()
call assert_fails('mark xx', 'E488:')
call assert_fails('mark _', 'E191:')
call assert_beeps('normal! m~')
+
+ call setpos("'k", [0, 100, 1, 0])
+ call assert_fails("normal 'k", 'E19:')
endfunc
" Test for :lockmarks when pasting content