This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
t/re/anyof.t: Remove duplicate test
authorKarl Williamson <khw@cpan.org>
Wed, 18 Sep 2019 18:41:41 +0000 (12:41 -0600)
committerKarl Williamson <khw@cpan.org>
Sun, 17 Nov 2019 19:34:37 +0000 (12:34 -0700)
These are covered by the single code point tests.

t/re/anyof.t

index 14676dc..5428180 100644 (file)
@@ -478,7 +478,6 @@ my @tests = (
 
     '[\x{00}-{INFTY_minus_1}]' => 'ANYOF[\x00-\xFF][0100-INFTY_minus_1]',
     '[\x{00}-{INFTY}]' => 'SANY',
 
     '[\x{00}-{INFTY_minus_1}]' => 'ANYOF[\x00-\xFF][0100-INFTY_minus_1]',
     '[\x{00}-{INFTY}]' => 'SANY',
-    '(?i)[\x{100}]' => 'ANYOFHb[0100-0101]',
     '[\x{101}-{INFTY}]' => 'ANYOFH[0101-INFTY]',
     '[\x{101}-{INFTY_minus_1}]' => 'ANYOFH[0101-INFTY_minus_1]',
     '[\x{102}\x{104}]' => 'ANYOFHb[0102 0104]',
     '[\x{101}-{INFTY}]' => 'ANYOFH[0101-INFTY]',
     '[\x{101}-{INFTY_minus_1}]' => 'ANYOFH[0101-INFTY_minus_1]',
     '[\x{102}\x{104}]' => 'ANYOFHb[0102 0104]',