This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
charnames.t: Fix test that passed whether or not it should
authorKarl Williamson <public@khwilliamson.com>
Tue, 27 Dec 2011 02:23:53 +0000 (19:23 -0700)
committerKarl Williamson <public@khwilliamson.com>
Fri, 30 Dec 2011 04:11:49 +0000 (21:11 -0700)
commit40192bf0cfe7ae4687c430a42cbea55a19e6b84f
treecb238fa228d3ddbc8c60f71a54abd7bcfe4beb0b
parent19155fcc9ff7be42d0fddbd2dc025154af93edd0
charnames.t: Fix test that passed whether or not it should

This test was calling grep, then the comma operator, then the non-empty
string after the comment operator caused it to always succeed.
lib/charnames.t