aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/hyphenate-nbsp.html3
-rw-r--r--test/liang.cc1
2 files changed, 2 insertions, 2 deletions
diff --git a/test/hyphenate-nbsp.html b/test/hyphenate-nbsp.html
index 16e4d298..1bfd9a25 100644
--- a/test/hyphenate-nbsp.html
+++ b/test/hyphenate-nbsp.html
@@ -1,4 +1,3 @@
<div style="font-size:10em" lang=de>
-Weiß
-kurz&nbsp;und&nbsp;knapp
+Weiß kurz&nbsp;und&nbsp;knapp www.dillo.org
</div>
diff --git a/test/liang.cc b/test/liang.cc
index 1f08f95c..b1161d9f 100644
--- a/test/liang.cc
+++ b/test/liang.cc
@@ -51,6 +51,7 @@ int main (int argc, char *argv[])
hyphenateWord (&p, "Nordrhein-Westfalen");
hyphenateWord (&p, "kurz\xc2\xa0und\xc2\xa0knapp");
hyphenateWord (&p, "weiß");
+ hyphenateWord (&p, "www.dillo.org");
return 0;
}