In perl.git, the branch blead has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/88b5a12c0ee9aace59f68cc1bde92925ae4c9512?hp=f5f909b1e1e4c878b51e4545f6c25837f4981cec>

- Log -----------------------------------------------------------------
commit 88b5a12c0ee9aace59f68cc1bde92925ae4c9512
Author: Karl Williamson <[email protected]>
Date:   Thu Mar 14 17:37:29 2019 -0600

    t/re/pat.t: Add test for [perl #133933]
    
    This was fixed by bf848a12528ab1e63a2f20da532eda498adbdca6.

-----------------------------------------------------------------------

Summary of changes:
 t/re/pat.t | 26 +++++++++++++++++++++++++-
 1 file changed, 25 insertions(+), 1 deletion(-)

diff --git a/t/re/pat.t b/t/re/pat.t
index c2b9d447a0..79ed9149d3 100644
--- a/t/re/pat.t
+++ b/t/re/pat.t
@@ -24,7 +24,7 @@ BEGIN {
 skip_all('no re module') unless defined &DynaLoader::boot_DynaLoader;
 skip_all_without_unicode_tables();
 
-plan tests => 859;  # Update this when adding/deleting tests.
+plan tests => 860;  # Update this when adding/deleting tests.
 
 run_tests() unless caller;
 
@@ -2055,6 +2055,30 @@ x{0c!}\;\;çÿ 
 
 
 x{1c!}\;\;îçÿp 
+
+    fresh_perl_is('s|ß+W0ü0f0\Qx0\Qx0x0c0g0c 000n0000000000000O0h000x0 \xòÿÿÿ
+
+
+
+
+
+       ç
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+x{0c!}\;\;îçÿ 
     }
 
 } # End of sub run_tests

-- 
Perl5 Master Repository

Reply via email to