We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b8fb62 commit 5a6fe25Copy full SHA for 5a6fe25
S02-lexical-conventions/unicode.t
@@ -127,8 +127,8 @@ lives-ok { EVAL "\{ 1 \} \x2029 \{ 1 \}" },
127
128
# L<S02/Bracketing Characters/If a character is already used>
129
130
-lives-ok { EVAL "q\x298d test \x298e" },
131
- "Unicode open-298d maps to close-298e";
+dies-ok { EVAL "q\x298d test \x298e" },
+ "Unicode open-298d does not map to close-298e";
132
lives-ok { EVAL "q\x301d test \x301e" },
133
"Unicode open-301d maps to close-301e";
134
throws-like { EVAL "q\x301d test \x301f" },
@@ -142,4 +142,3 @@ lives-ok { EVAL "q\x2018 \x201a test \x2019" },
142
"Alternative open-brakets treat their other alternates as non-special";
143
144
# vim: ft=perl6 fileencoding=utf-8
145
-
0 commit comments