diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-02-11 20:09:15 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-02-11 20:15:44 +0100 |
commit | 67e3b1e0c5f14c35ca74657f21bec594c4047ea6 (patch) | |
tree | 1aad0238f66065ec934ffaf7848fe56a1cf8f6f6 | |
parent | e3cfe7853d7eb842d3547db455ae8a642ab07866 (diff) | |
download | rneovim-67e3b1e0c5f14c35ca74657f21bec594c4047ea6.tar.gz rneovim-67e3b1e0c5f14c35ca74657f21bec594c4047ea6.tar.bz2 rneovim-67e3b1e0c5f14c35ca74657f21bec594c4047ea6.zip |
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
-rw-r--r-- | src/nvim/testdir/test_alot.vim | 1 | ||||
-rw-r--r-- | src/nvim/testdir/test_alot_utf8.vim | 1 |
2 files changed, 2 insertions, 0 deletions
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 |