Subject: Re: #6469, too many tests claimed in require.t
Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
(the logic of the test was the wrong way round in the patch)
p4raw-id: //depot/perl@6491
#define HALF_UTF8_UPGRADE(start,end) \
STMT_START { \
+ if ((start)<(end)) { \
U8* NeWsTr; \
STRLEN LeN = (end) - (start); \
NeWsTr = bytes_to_utf8(start, &LeN); \
Safefree(start); \
(start) = NeWsTr; \
(end) = (start) + LeN; \
+ } \
} STMT_END
STATIC I32