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

Side by Side Diff: third_party/hunspell/tests/zeroaffix.morph

Issue 1135173004: Rename third_party/hunspell_new back to third_party/hunspell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 unified diff | Download patch
« no previous file with comments | « third_party/hunspell/tests/zeroaffix.good ('k') | third_party/hunspell/tests/zeroaffix.test » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 > bar 1 > bar
2 analyze(bar) = st:bar <BAR <ZERO>> 2 analyze(bar) = st:bar <BAR <ZERO>>
3 analyze(bar) = st:bar <BAR > 3 analyze(bar) = st:bar <BAR >
4 analyze(bar) = st:bar <BAR <ZERODERIV> <ZERO>> 4 analyze(bar) = st:bar <BAR <ZERODERIV> <ZERO>>
5 analyze(bar) = st:bar <BAR <ZERODERIV> > 5 analyze(bar) = st:bar <BAR <ZERODERIV> >
6 stem(bar) = bar 6 stem(bar) = bar
7 > foo 7 > foo
8 analyze(foo) = st:foo <FOO > 8 analyze(foo) = st:foo <FOO >
9 stem(foo) = foo 9 stem(foo) = foo
10 > barbaz 10 > barbaz
11 analyze(barbaz) = st:bar <BAR <DERIV> <ZERO>> 11 analyze(barbaz) = st:bar <BAR <DERIV> <ZERO>>
12 analyze(barbaz) = st:bar <BAR <DERIV> > 12 analyze(barbaz) = st:bar <BAR <DERIV> >
13 stem(barbaz) = bar 13 stem(barbaz) = bar
OLDNEW
« no previous file with comments | « third_party/hunspell/tests/zeroaffix.good ('k') | third_party/hunspell/tests/zeroaffix.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698