In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/c221a2194823bb2fb485e0e197025139bb49ed7f?hp=b5bf278af31bbe7f859e02da0ad3793feb6a55e8>
- Log ----------------------------------------------------------------- commit c221a2194823bb2fb485e0e197025139bb49ed7f Author: Abigail <[email protected]> Date: Mon Mar 19 17:16:21 2012 +0100 Add a TODO test for RT 111842 ----------------------------------------------------------------------- Summary of changes: t/re/pat_advanced.t | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/t/re/pat_advanced.t b/t/re/pat_advanced.t index 43db3d4..775f663 100644 --- a/t/re/pat_advanced.t +++ b/t/re/pat_advanced.t @@ -2069,6 +2069,11 @@ EOP like("\xC0", $p, "Verify \"\\xC0\" =~ /[\\xE0_]/i; pattern in utf8"); } + { + local $::TODO = 'RT #111842'; + ok "x" =~ /\A(?>(?:(?:)A|B|C?x))\z/, "EXACT nodetypes"; + } + # # Keep the following tests last -- they may crash perl # -- Perl5 Master Repository
