This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix recent Concise tests under PERL_UNICODE=''
authorDavid Mitchell <davem@iabyn.com>
Sun, 23 Nov 2014 11:34:07 +0000 (11:34 +0000)
committerDavid Mitchell <davem@iabyn.com>
Sun, 23 Nov 2014 11:34:07 +0000 (11:34 +0000)
commite3da8f0230c2fc441705491cb1d27ed71aeba71d
tree7a5ea039cbf4910c31f803dfbc6285a5dcf92bd5
parent7072da8afeba4c87ae623cd913e274396ffcf1cd
fix recent Concise tests under PERL_UNICODE=''

Some smokers run with PERL_UNICODE set; this has the side effect of
making Concise display nextstate ops with open hints flags, e.g.

    nextstate(....) v:>,<,% ->8

where :... are the flags.

Concise 'golden samples' should have these flags set; they're stripped
from the expected output in the non-PERL_UNICODE case, rather than
being stripped from the actual output in the PERL_UNICODE case.

(It would probably make life easier if we did it the other way round.)
ext/B/t/optree_misc.t
ext/B/t/optree_samples.t