diff options
| author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-02-14 11:36:12 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-14 11:36:12 -0500 |
| commit | dc3ca16a99ec05c88df1b1fe6a3cfbe97ea34227 (patch) | |
| tree | e193cb9ffc5ee85682e13c8fa82848140f6ef949 /src/nvim/testdir/test_digraph.vim | |
| parent | 96ca0e2142d4256e7d12f63e4e0ea1474ea28922 (diff) | |
| parent | 147d40f2a0306df7617812ae83f7225a1b86ad1d (diff) | |
| download | rneovim-dc3ca16a99ec05c88df1b1fe6a3cfbe97ea34227.tar.gz rneovim-dc3ca16a99ec05c88df1b1fe6a3cfbe97ea34227.tar.bz2 rneovim-dc3ca16a99ec05c88df1b1fe6a3cfbe97ea34227.zip | |
Merge pull request #13930 from janlazo/vim-8.2.1902
vim-patch:8.2.{54,64,576,925,1056,1058,1902,1903,1904}
Diffstat (limited to 'src/nvim/testdir/test_digraph.vim')
| -rw-r--r-- | src/nvim/testdir/test_digraph.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/testdir/test_digraph.vim b/src/nvim/testdir/test_digraph.vim index b6d9687560..d23748a3e3 100644 --- a/src/nvim/testdir/test_digraph.vim +++ b/src/nvim/testdir/test_digraph.vim @@ -211,6 +211,8 @@ func Test_digraphs() call Put_Dig("00") call Put_Dig("el") call assert_equal(['␀', 'ü', '∞', 'l'], getline(line('.')-3,line('.'))) + call assert_fails('digraph xy z', 'E39:') + call assert_fails('digraph x', 'E474:') bw! endfunc |