blob: e55555e6e4c99c9e570dd2aeb102356f0cb98e5d [file] [log] [blame]
Bram Moolenaar22e42152016-04-03 14:02:02 +02001" 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 Moolenaar0f518a82016-04-14 16:57:10 +02007source test_expr_utf8.vim
Bram Moolenaar22e42152016-04-03 14:02:02 +02008source test_regexp_utf8.vim