Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4138)

Unified Diff: chrome/browser/spellcheck_unittest.cc

Issue 155841: Update Hunspell to the latest stable version to use the latest dictionary for... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/spellchecker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/spellcheck_unittest.cc
===================================================================
--- chrome/browser/spellcheck_unittest.cc (revision 21618)
+++ chrome/browser/spellcheck_unittest.cc (working copy)
@@ -607,11 +607,11 @@
{L"wate", false, 0, 0, L"water"},
{L"wate", false, 0, 0, L"waste"},
{L"wate", false, 0, 0, L"sate"},
- {L"wate", false, 0, 0, L"rate"},
+ {L"wate", false, 0, 0, L"ate"},
{L"jum", false, 0, 0, L"jump"},
- {L"jum", false, 0, 0, L"rum"},
+ {L"jum", false, 0, 0, L"hum"},
{L"jum", false, 0, 0, L"sum"},
- {L"jum", false, 0, 0, L"tum"},
+ {L"jum", false, 0, 0, L"um"},
#endif //!OS_MACOSX
// TODO (Sidchat): add many more examples.
};
« no previous file with comments | « no previous file | chrome/browser/spellchecker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698