This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
t/re/re_tests: Remove duplicate test
authorKarl Williamson <public@khwilliamson.com>
Wed, 9 Jan 2013 04:27:33 +0000 (21:27 -0700)
committerKarl Williamson <public@khwilliamson.com>
Wed, 9 Jan 2013 04:44:26 +0000 (21:44 -0700)
This is identical to the test two lines above.

t/re/re_tests

index 255b9e7..df50965 100644 (file)
@@ -618,7 +618,6 @@ $(?<=^(a))  a       y       $1      a
 [a[:xyz:]      -       c       -       POSIX class [:xyz:] unknown
 [a[:]b[:c]     abc     y       $&      abc
 ([a[:xyz:]b]+) -       c       -       POSIX class [:xyz:] unknown
-[a[:]b[:c]     abc     y       $&      abc
 ([[:alpha:]]+) ABcd01Xy__--  ${nulnul}${ffff}  y       $1      ABcd
 ([[:alnum:]]+) ABcd01Xy__--  ${nulnul}${ffff}  y       $1      ABcd01Xy
 ([[:ascii:]]+) ABcd01Xy__--  ${nulnul}${ffff}  y       $1      ABcd01Xy__--  ${nulnul}