diff options
Diffstat (limited to 'lib/utf8.t')
-rw-r--r-- | lib/utf8.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/utf8.t b/lib/utf8.t index c13211eed1..f98052c29b 100644 --- a/lib/utf8.t +++ b/lib/utf8.t @@ -329,7 +329,7 @@ END SKIP: { skip("Embedded UTF-8 does not work in EBCDIC", 1) if ord("A") == 193; use utf8; - is eval qq{q \xc3\xbc test \xc3\xbc . qq\xc2\xa1 test \xc2\xa1}, + is eval qq{q \xc3\xbc test \xc3\xbc . qq\xc2\xb7 test \xc2\xb7}, ' test test ', "utf8 quote delimiters [perl #16823]"; } |