This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Modify a utf8.t test in anticipation of a fix for [perl #74022]
authorFather Chrysostomos <sprout@cpan.org>
Fri, 24 Sep 2010 19:28:36 +0000 (12:28 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 24 Sep 2010 19:28:36 +0000 (12:28 -0700)
commit7b301413cce02b9a948a0e223b4f6a6c0112f1c1
tree43015cb8ae3097346ccee89df1dee05756ceff55
parent405fd67ea799e305822e4c34efb193e8866f623f
Modify a utf8.t test in anticipation of a fix for [perl #74022]

In anticipation of a fix for [perl #74022], this patch corrects the
test for q·foo· in utf8.t to use ¡ instead of ·. I’ve also moved the
test outside of the eval, so it will still run (and fail) if the com-
pilation fails, instead of causing an invalid test count.
lib/utf8.t