blob: 648d806a94573f0433e55fa84af950eb42854871 [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
Bram Moolenaarac105ed2016-07-21 20:33:32 +02004" These tests use utf8 'encoding'. Setting 'encoding' is already done in
5" runtest.vim. Checking for the multi_byte feature is in the individual
Bram Moolenaar22e42152016-04-03 14:02:02 +02006" files, so that they can be run by themselves.
7
Bram Moolenaar454709b2017-03-12 16:37:14 +01008source test_charsearch_utf8.vim
Bram Moolenaar0f518a82016-04-14 16:57:10 +02009source test_expr_utf8.vim
Bram Moolenaar2c997d72017-11-23 22:52:09 +010010source test_listlbr_utf8.vim
Bram Moolenaar4d585022016-04-14 19:50:22 +020011source test_matchadd_conceal_utf8.vim
Bram Moolenaar2c997d72017-11-23 22:52:09 +010012source test_mksession_utf8.vim
Bram Moolenaar22e42152016-04-03 14:02:02 +020013source test_regexp_utf8.vim
Bram Moolenaard3c907b2016-08-17 21:32:09 +020014source test_source_utf8.vim
Bram Moolenaar2c997d72017-11-23 22:52:09 +010015source test_startup_utf8.vim
Bram Moolenaar0c0590d2017-01-28 13:48:10 +010016source test_utf8.vim
Bram Moolenaar710b4a12017-07-08 14:29:19 +020017source test_utf8_comparisons.vim