mirror of
https://github.com/neovim/neovim.git
synced 2025-12-09 16:12:48 +00:00
vim-patch:8.2.0038: spell suggestions insufficiently tested
Problem: Spell suggestions insufficiently tested. Solution: Add spell suggestion tests. (Dominique Pelle, closes vim/vim#5398)e9a8d1f9adRequires latest en.utf-8.spl from https://ftp.nluug.nl/pub/vim/runtime/spell/. Include the following patch because patch v8.2.0946 was merged: vim-patch:8.2.0948: spell test fails Problem: Spell test fails. Solution: Adjust expected text of the prompt.d281b7c227
This commit is contained in:
@@ -811,7 +811,7 @@ describe('ui/ext_messages', function()
|
||||
{1:~ }|
|
||||
{1:^~ }|
|
||||
]], messages={
|
||||
{content = { { 'Change "helllo" to:\n 1 "Hello"\n 2 "Hallo"\n 3 "Helli"\nType number and <Enter> or click with the mouse (q or empty cancels): ' } }, kind = ""}
|
||||
{content = { { 'Change "helllo" to:\n 1 "Hello"\n 2 "Hallo"\n 3 "Hullo"\nType number and <Enter> or click with the mouse (q or empty cancels): ' } }, kind = ""}
|
||||
}}
|
||||
|
||||
feed('1')
|
||||
@@ -822,7 +822,7 @@ describe('ui/ext_messages', function()
|
||||
{1:~ }|
|
||||
{1:^~ }|
|
||||
]], messages={
|
||||
{content = { { 'Change "helllo" to:\n 1 "Hello"\n 2 "Hallo"\n 3 "Helli"\nType number and <Enter> or click with the mouse (q or empty cancels): ' } }, kind = ""},
|
||||
{content = { { 'Change "helllo" to:\n 1 "Hello"\n 2 "Hallo"\n 3 "Hullo"\nType number and <Enter> or click with the mouse (q or empty cancels): ' } }, kind = ""},
|
||||
{ content = { { "1" } }, kind = "" }
|
||||
}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user