commit | bc2b71d44a0b90b6aeb3534a76912fccbe5577df | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 17 21:33:30 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 17 21:33:30 2020 +0100 |
tree | a77a42312e3d84710013ca0ba0f919ab79867560 | |
parent | b13af50f73dd89503c915f76fcf92be58789521a [diff] [blame] |
patch 8.2.0270: some code not covered by tests Problem: Some code not covered by tests. Solution: Add test cases. (Yegappan Lakshmanan, closes #5649)
diff --git a/src/testdir/test_move.vim b/src/testdir/test_move.vim index f666a90..8c40369 100644 --- a/src/testdir/test_move.vim +++ b/src/testdir/test_move.vim
@@ -38,6 +38,7 @@ call assert_fails("move -100", 'E16:') call assert_fails("move +100", 'E16:') call assert_fails('move', 'E16:') + call assert_fails("move 'r", 'E20:') %bwipeout! endfunc