diff options
Diffstat (limited to 'test/liang.cc')
-rw-r--r-- | test/liang.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/liang.cc b/test/liang.cc index 4ed717ee..1f08f95c 100644 --- a/test/liang.cc +++ b/test/liang.cc @@ -50,6 +50,7 @@ int main (int argc, char *argv[]) hyphenateWord (&p, "Abtei-Stadt"); hyphenateWord (&p, "Nordrhein-Westfalen"); hyphenateWord (&p, "kurz\xc2\xa0und\xc2\xa0knapp"); + hyphenateWord (&p, "weiß"); return 0; } |