From 67e3b1e0c5f14c35ca74657f21bec594c4047ea6 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Sun, 11 Feb 2018 20:09:15 +0100 Subject: vim-patch:8.0.0699: checksum tests are not actually run Problem: Checksum tests are not actually run. Solution: Add the tests to the list. (Dominique Pelle, closes vim/vim#1819) https://github.com/vim/vim/commit/710b4a16465fb38492801a0dccf2293397aadc6a --- src/nvim/testdir/test_alot.vim | 1 + src/nvim/testdir/test_alot_utf8.vim | 1 + 2 files changed, 2 insertions(+) (limited to 'src') diff --git a/src/nvim/testdir/test_alot.vim b/src/nvim/testdir/test_alot.vim index 7bf65ba745..9bf6df3251 100644 --- a/src/nvim/testdir/test_alot.vim +++ b/src/nvim/testdir/test_alot.vim @@ -27,6 +27,7 @@ source test_popup.vim source test_recover.vim source test_regexp_utf8.vim source test_source_utf8.vim +source test_sha256.vim source test_statusline.vim source test_syn_attr.vim source test_tabline.vim diff --git a/src/nvim/testdir/test_alot_utf8.vim b/src/nvim/testdir/test_alot_utf8.vim index 1da3e62b31..13e227b6ea 100644 --- a/src/nvim/testdir/test_alot_utf8.vim +++ b/src/nvim/testdir/test_alot_utf8.vim @@ -11,3 +11,4 @@ source test_matchadd_conceal_utf8.vim source test_regexp_utf8.vim source test_source_utf8.vim source test_utf8.vim +source test_utf8_comparisons.vim -- cgit