aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/liang.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/liang.cc b/test/liang.cc
index 6b5a424a..4b756a60 100644
--- a/test/liang.cc
+++ b/test/liang.cc
@@ -48,6 +48,7 @@ int main (int argc, char *argv[])
"thiomethyl)-8-oxo-5-thia-1-azabicyclo[4.2.0]oct-2-en-2-"
"carbonsäure-7²-(Z)-(O-methyloxim)");
hyphenateWord (&p, "Abtei-Stadt");
+ hyphenateWord (&p, "Nordrhein-Westfalen");
return 0;
}