Skip to content

Commit 5a6fe25

Browse files
committed
Correct unicode.t as well so for the ticked brackets
1 parent 5b8fb62 commit 5a6fe25

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

S02-lexical-conventions/unicode.t

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ lives-ok { EVAL "\{ 1 \} \x2029 \{ 1 \}" },
127127
128128
# L<S02/Bracketing Characters/If a character is already used>
129129
130-
lives-ok { EVAL "q\x298d test \x298e" },
131-
"Unicode open-298d maps to close-298e";
130+
dies-ok { EVAL "q\x298d test \x298e" },
131+
"Unicode open-298d does not map to close-298e";
132132
lives-ok { EVAL "q\x301d test \x301e" },
133133
"Unicode open-301d maps to close-301e";
134134
throws-like { EVAL "q\x301d test \x301f" },
@@ -142,4 +142,3 @@ lives-ok { EVAL "q\x2018 \x201a test \x2019" },
142142
"Alternative open-brakets treat their other alternates as non-special";
143143
144144
# vim: ft=perl6 fileencoding=utf-8
145-

0 commit comments

Comments
 (0)