view src/testdir/test_alot_utf8.vim @ 12914:32c51eef574e v8.0.1333

patch 8.0.1333: some tests are run twice commit https://github.com/vim/vim/commit/2c997d76034d5294c92305108357daef6feabd95 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Nov 23 22:52:09 2017 +0100 patch 8.0.1333: some tests are run twice Problem: Some tests are run twice. Solution: Invoked most utf8 tests only from test_alot_utf8. (Yegappan Lakshmanan, closes #2369)
author Christian Brabandt <cb@256bit.org>
date Thu, 23 Nov 2017 23:00:06 +0100
parents 1fad9675d8fd
children 2dcaa860e3fc
line wrap: on
line source

" A series of tests that can run in one Vim invocation.
" This makes testing go faster, since Vim doesn't need to restart.

" These tests use utf8 'encoding'.  Setting 'encoding' is already done in
" runtest.vim.  Checking for the multi_byte feature is in the individual
" files, so that they can be run by themselves.

source test_charsearch_utf8.vim
source test_expr_utf8.vim
source test_listlbr_utf8.vim
source test_matchadd_conceal_utf8.vim
source test_mksession_utf8.vim
source test_regexp_utf8.vim
source test_source_utf8.vim
source test_startup_utf8.vim
source test_utf8.vim
source test_utf8_comparisons.vim