This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Correct one misspelled variable name
[perl5.git] / lib / charnames.t
index 2e7f253..01e1fd7 100644 (file)
@@ -157,6 +157,10 @@ sub test_vianame ($$$) {
 
     $wildcard_count++;
 
+    # XXX temporary to see if the failure we are occasionally seeing is
+    # confined to this code point.  GH #17671
+    next if $i == 0;
+
     # Because wildcard name matching is so real-time intensive, do it less
     # frequently than the others
     if ($wildcard_count >= 10) {