view src/testdir/test_alot_utf8.vim @ 22608:f140b9036aa5 v8.2.1852

patch 8.2.1852: map() returing zero for NULL list is unexpected Commit: https://github.com/vim/vim/commit/ffdf8adfa8108d4765fdc68abbd2fe49a4292b25 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Oct 15 22:29:17 2020 +0200 patch 8.2.1852: map() returing zero for NULL list is unexpected Problem: map() returing zero for NULL list is unexpected. Solution: Return the empty list. (closes https://github.com/vim/vim/issues/7133)
author Bram Moolenaar <Bram@vim.org>
date Thu, 15 Oct 2020 22:30:04 +0200
parents ac3f5096f438
children f63d14eca5c4
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_listlbr_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