diff options
author | tfarina <tfarina@chromium.org> | 2015-05-17 22:55:26 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-05-18 05:55:39 +0000 |
commit | e4a03f8f812c157768f5598adb17d2acc0e91f5c (patch) | |
tree | 16fd21092ebd29303fa997923cfb1fb8675da993 /third_party/hunspell/tests/flagnum.aff | |
parent | 6579c803546c0266b69bdb4d42c513bce1417ea2 (diff) | |
download | chromium_src-e4a03f8f812c157768f5598adb17d2acc0e91f5c.zip chromium_src-e4a03f8f812c157768f5598adb17d2acc0e91f5c.tar.gz chromium_src-e4a03f8f812c157768f5598adb17d2acc0e91f5c.tar.bz2 |
Rename third_party/hunspell_new back to third_party/hunspell.
This completes the check-in of hunspell code into the Chromium tree.
BUG=472897
R=brettw@chromium.org
TBR=phajdan.jr@chromium.org # for checklicenses
Review URL: https://codereview.chromium.org/1135173004
Cr-Commit-Position: refs/heads/master@{#330328}
Diffstat (limited to 'third_party/hunspell/tests/flagnum.aff')
-rw-r--r-- | third_party/hunspell/tests/flagnum.aff | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/third_party/hunspell/tests/flagnum.aff b/third_party/hunspell/tests/flagnum.aff new file mode 100644 index 0000000..823cee4 --- /dev/null +++ b/third_party/hunspell/tests/flagnum.aff @@ -0,0 +1,14 @@ +# numerical flags +FLAG num + +SFX 999 Y 1 +SFX 999 0 s/214,216,54321 . + +SFX 214 Y 1 +SFX 214 0 bar . + +SFX 216 Y 1 +SFX 216 0 baz . + +PFX 54321 Y 1 +PFX 54321 0 un . |