This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
lib/charnames.t: Fix wrongly complemented test
authorKarl Williamson <public@khwilliamson.com>
Sat, 11 May 2013 22:00:02 +0000 (16:00 -0600)
committerKarl Williamson <public@khwilliamson.com>
Mon, 20 May 2013 17:01:52 +0000 (11:01 -0600)
commit33bdd83dc2db4d07c1540394340770a6a07e793e
treedb617db1976641bfe7c5c796de90e06c8a54e598
parent91638220a6a521d89235c0a8e51d53f96e0e67c8
lib/charnames.t: Fix wrongly complemented test

The 'if' test should be the opposite of what it is.  I believe I had it
this way for forcing the branch to be taken during testing, and forgot
to restore it.  It only matters if Perl is compiled with early Unicodes,
or on a non-ASCII platform.
lib/charnames.t