You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
perl-Perl-Critic/perl-Perl-Critic-1.132-PPI....

12 lines
323 B

--- t/05_utils.t
+++ t/05_utils.t
@@ -418,7 +418,7 @@ sub test_parse_arg_list {
[
q/foo( { bar() }, {}, 'blah' )/
=> [
- ' { bar() }',
+ [ '{ bar() }' ],
[ qw< {} > ],
[ q<'blah'> ],
],