Bram Moolenaar | 22e4215 | 2016-04-03 14:02:02 +0200 | [diff] [blame] | 1 | " A series of tests that can run in one Vim invocation. |
2 | " This makes testing go faster, since Vim doesn't need to restart. | ||||
3 | |||||
4 | " These tests use utf8 'encoding'. Setting 'encoding' is in the individual | ||||
5 | " files, so that they can be run by themselves. | ||||
6 | |||||
Bram Moolenaar | 0f518a8 | 2016-04-14 16:57:10 +0200 | [diff] [blame^] | 7 | source test_expr_utf8.vim |
Bram Moolenaar | 22e4215 | 2016-04-03 14:02:02 +0200 | [diff] [blame] | 8 | source test_regexp_utf8.vim |