This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
APItest/t/utf8.t: Indent a bunch of code
authorKarl Williamson <khw@cpan.org>
Fri, 7 Oct 2016 21:07:57 +0000 (15:07 -0600)
committerKarl Williamson <khw@cpan.org>
Thu, 13 Oct 2016 17:18:12 +0000 (11:18 -0600)
commit1980a0f48b7a9b6e99cda0d5ae69cbb49da3cbf4
treeb1224b5a0c7a522d4c78fdca26954536484d8ef8
parent1b514755b0094d7e6aff514fe66e91dc20eb5068
APItest/t/utf8.t: Indent a bunch of code

And reflow to fit in 80 columns.  This is in preparation for the next
commit which will enlocde this new code with two more for loops.
Several lines that were missing semi-colons have these added (they were
at the end of nested blocks, so it wasn't an error)
ext/XS-APItest/t/utf8.t