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 61cbdc5 commit 936bfbaCopy full SHA for 936bfba
t/release04.t
@@ -38,7 +38,7 @@ subtest 'Character class with single quotes in range' => sub {
38
# Valid ranges: ! (33), #-' (35-39), * (42), + (43), - (45), . (46),
39
# ^ (94), _ (95), ` (96), | (124), ~ (126), 0-9 (48-57), A-Z (65-90), a-z (97-122)
40
ok(
41
- $char =~ /[!#-'*+\-\.\^_`|~0-9A-Za-z]/,
+ $char =~ /[!#-'*+\\\-\.\^_`|~0-9A-Za-z]/,
42
"Character '$char' (ord $ord) is valid"
43
);
44
}
0 commit comments