patch 8.0.1105: match() and matchend() are not tested v8.0.1105
authorBram Moolenaar <Bram@vim.org>
Thu, 14 Sep 2017 12:31:18 +0000 (14:31 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 14 Sep 2017 12:31:18 +0000 (14:31 +0200)
commit1190cf68e27a123cf9f6fb57897782a3b9f7b810
treeb8fa118ac9f956d913fd8202707a0e2b95f34b6b
parentef6b8de42f439271edcf5cf22b2450f2cf302c2e
patch 8.0.1105: match() and matchend() are not tested

Problem:    match() and matchend() are not tested.
Solution:   Add tests. (Ozaki Kiichi, closes #2088)
src/testdir/test_functions.vim
src/testdir/test_match.vim
src/version.c