comparison src/testdir/test_spellfile.vim @ 26211:485c7c4afeb7 v8.2.3637

patch 8.2.3637: typos in test files Commit: https://github.com/vim/vim/commit/923dce2b07ff185c0ef661f3eca47bc17655f01b Author: Dominique Pelle <dominique.pelle@gmail.com> Date: Sun Nov 21 11:36:04 2021 +0000 patch 8.2.3637: typos in test files Problem: Typos in test files. Solution: Correct the typos. (Dominique Pell?, closes https://github.com/vim/vim/issues/9175)
author Bram Moolenaar <Bram@vim.org>
date Sun, 21 Nov 2021 12:45:04 +0100
parents 28f1b7c38ba1
children 5233acfa06f1
comparison
equal deleted inserted replaced
26210:2121bcd70ce6 26211:485c7c4afeb7
700 " Different combining flags in an affix file 700 " Different combining flags in an affix file
701 call writefile(['PFX L Y 1', 'PFX L 0 re x', 'PFX L N 1'], 'Xtest.aff') 701 call writefile(['PFX L Y 1', 'PFX L 0 re x', 'PFX L N 1'], 'Xtest.aff')
702 let output = execute('mkspell! Xtest.spl Xtest') 702 let output = execute('mkspell! Xtest.spl Xtest')
703 call assert_match('Different combining flag in continued affix block in Xtest.aff line 3', output) 703 call assert_match('Different combining flag in continued affix block in Xtest.aff line 3', output)
704 704
705 " Try to reuse a affix used for BAD flag 705 " Try to reuse an affix used for BAD flag
706 call writefile(['BAD x', 'PFX x Y 1', 'PFX x 0 re x'], 'Xtest.aff') 706 call writefile(['BAD x', 'PFX x Y 1', 'PFX x 0 re x'], 'Xtest.aff')
707 let output = execute('mkspell! Xtest.spl Xtest') 707 let output = execute('mkspell! Xtest.spl Xtest')
708 call assert_match('Affix also used for BAD/RARE/KEEPCASE/NEEDAFFIX/NEEDCOMPOUND/NOSUGGEST in Xtest.aff line 2: x', output) 708 call assert_match('Affix also used for BAD/RARE/KEEPCASE/NEEDAFFIX/NEEDCOMPOUND/NOSUGGEST in Xtest.aff line 2: x', output)
709 709
710 " Trailing characters in an affix entry 710 " Trailing characters in an affix entry