comparison 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
comparison
equal deleted inserted replaced
22743:3e5ed12c8908 22744:f63d14eca5c4
4 " These tests use utf8 'encoding'. Setting 'encoding' is already done in 4 " These tests use utf8 'encoding'. Setting 'encoding' is already done in
5 " runtest.vim. 5 " runtest.vim.
6 6
7 source test_charsearch_utf8.vim 7 source test_charsearch_utf8.vim
8 source test_expr_utf8.vim 8 source test_expr_utf8.vim
9 source test_listlbr_utf8.vim
10 source test_mksession_utf8.vim 9 source test_mksession_utf8.vim
11 source test_regexp_utf8.vim 10 source test_regexp_utf8.vim
12 source test_source_utf8.vim 11 source test_source_utf8.vim
13 source test_startup_utf8.vim 12 source test_startup_utf8.vim
14 source test_utf8.vim 13 source test_utf8.vim