Skip to content

Commit 936bfba

Browse files
committed
Fix test errors
1 parent 61cbdc5 commit 936bfba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/release04.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ subtest 'Character class with single quotes in range' => sub {
3838
# Valid ranges: ! (33), #-' (35-39), * (42), + (43), - (45), . (46),
3939
# ^ (94), _ (95), ` (96), | (124), ~ (126), 0-9 (48-57), A-Z (65-90), a-z (97-122)
4040
ok(
41-
$char =~ /[!#-'*+\-\.\^_`|~0-9A-Za-z]/,
41+
$char =~ /[!#-'*+\\\-\.\^_`|~0-9A-Za-z]/,
4242
"Character '$char' (ord $ord) is valid"
4343
);
4444
}

0 commit comments

Comments
 (0)