diff options
author | sgeerken <devnull@localhost> | 2012-07-09 17:33:50 +0200 |
---|---|---|
committer | sgeerken <devnull@localhost> | 2012-07-09 17:33:50 +0200 |
commit | a3cf6a760328070a64e9f7c1288d134ce2cad84b (patch) | |
tree | 5edcfae3c5a9b3d2a036ba0db0efc86359a83285 /test | |
parent | 7b7f3a4fcedffce9a1d4df95c0b04e271885bb07 (diff) |
Anchors now work (half)
Diffstat (limited to 'test')
-rw-r--r-- | test/liang.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/liang.cc b/test/liang.cc index 59aaa6d5..5cee0b5f 100644 --- a/test/liang.cc +++ b/test/liang.cc @@ -31,6 +31,8 @@ int main (int argc, char *argv[]) hyphenateWord (&p, "über"); hyphenateWord (&p, "aber"); hyphenateWord (&p, "Ackermann"); + hyphenateWord (&p, "„Ackermann“"); + hyphenateWord (&p, "entscheidet."); hyphenateWord (&p, "Grundstücksverkehrsgenehmigungszuständigkeits" "übertragungsverordnung"); hyphenateWord (&p, "„Grundstücksverkehrsgenehmigungszuständigkeits" |