Skip to content

Commit ab10b0e

Browse files
author
Father Chrysostomos
committed
Change utf8.t to use a \xb7 delimiter once more.
This partially reverts 7b30141. The delimiter was changed because a proposed fix for [perl #74022] would have caused the test to fail. That bug has been fixed a different way (d742518), so the delimiter in the test can be changed back. The RT ticket has more detail.
1 parent a5dba54 commit ab10b0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utf8.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ END
329329
SKIP: {
330330
skip("Embedded UTF-8 does not work in EBCDIC", 1) if ord("A") == 193;
331331
use utf8;
332-
is eval qq{q \xc3\xbc test \xc3\xbc . qq\xc2\xa1 test \xc2\xa1},
332+
is eval qq{q \xc3\xbc test \xc3\xbc . qq\xc2\xb7 test \xc2\xb7},
333333
' test test ',
334334
"utf8 quote delimiters [perl #16823]";
335335
}

0 commit comments

Comments
 (0)