summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/it.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/it.t b/tests/it.t
index c0efa2c..1a308ec 100755
--- a/tests/it.t
+++ b/tests/it.t
@@ -207,6 +207,11 @@ match(
utf8_encode('Müller'),
'\w matches umlaut in utf-8 mode'
);
+match(
+ 'M.ller', utf8_encode('Müller'),
+ utf8_encode('Müller'),
+ '. matches umlaut in utf-8 mode'
+);
ini_set('default_charset', $oldcharset);
is(