view src/testdir/test_alot_utf8.vim @ 22744:f63d14eca5c4 v8.2.1920

patch 8.2.1920: listlbr test fails when run after another test Commit: https://github.com/vim/vim/commit/cf4d454df0619ee41ef40e7e91fce3fb061d7d5b Author: Bram Moolenaar <Bram@vim.org> Date: Wed Oct 28 22:46:42 2020 +0100 patch 8.2.1920: listlbr test fails when run after another test Problem: Listlbr test fails when run after another test. Solution: Add test separately to list of test targets.
author Bram Moolenaar <Bram@vim.org>
date Wed, 28 Oct 2020 23:00:04 +0100
parents ac3f5096f438
children
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.

source test_charsearch_utf8.vim
source test_expr_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