This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix typo in comp/parser.t
authorJohn Karr <brainbuz@brainbuz.org>
Thu, 12 Nov 2020 08:30:49 +0000 (03:30 -0500)
committerTony Cook <tony@develop-help.com>
Mon, 23 Nov 2020 23:28:48 +0000 (10:28 +1100)
commita5fba4f1467e17d87a18ed69501a89ffa05d25ce
tree6b631e209087ad178b68ce03c3735ddd1151a895
parent4281700a59b8da499ae9f1980d60c7e958a6583d
fix typo in comp/parser.t

3 similar tests eval a sub with a list of variables, $r is repeated at the
end of the list, but the errors that are being checked have nothing to do with
the repeated variable. This causes a warning enabled.
t/comp/parser.t