comparison src/testdir/test95.in @ 18898:ad9e9e92ad55 v8.2.0010

patch 8.2.0010: test64 is old style Commit: https://github.com/vim/vim/commit/f9cb05c14753d984f002c0c090688f8510147e6b Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 15 13:39:22 2019 +0100 patch 8.2.0010: test64 is old style Problem: Test64 is old style. Solution: Convert to new style test. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/5363)
author Bram Moolenaar <Bram@vim.org>
date Sun, 15 Dec 2019 13:45:04 +0100
parents bc269cf15ccd
children
comparison
equal deleted inserted replaced
18897:e96a45cb70d2 18898:ad9e9e92ad55
1 Test for regexp patterns with multi-byte support, using utf-8. 1 Test for regexp patterns with multi-byte support, using utf-8.
2 See test64 for the non-multi-byte tests. 2 See test_regexp_latin.vim for the non-multi-byte tests.
3 3
4 A pattern that gives the expected result produces OK, so that we know it was 4 A pattern that gives the expected result produces OK, so that we know it was
5 actually tried. 5 actually tried.
6 6
7 STARTTEST 7 STARTTEST