diff options
author | Sebastian Geerken <devnull@localhost> | 2012-10-30 09:54:14 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2012-10-30 09:54:14 +0100 |
commit | 76cf4173b653db09c3bacbb0d01c1e153e52eac4 (patch) | |
tree | e8d33d03e2c6023427ea025197dae2ccd5e8553d /test | |
parent | d6b244d49b86d8fb79f44765f50b2674c4cb7aed (diff) | |
parent | 0c62630e68c0d6376ee04f163d48315c725ecf5c (diff) |
Merge with http://hg.dillo.org/dillo
Diffstat (limited to 'test')
-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 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; } |