re/fold_grind.t: Improve debug diagnostic
authorKarl Williamson <public@khwilliamson.com>
Sat, 19 Feb 2011 17:15:34 +0000 (10:15 -0700)
committerKarl Williamson <public@khwilliamson.com>
Sat, 19 Feb 2011 18:47:42 +0000 (11:47 -0700)
t/re/fold_grind.t

index 06ba414..81f201e 100644 (file)
@@ -277,7 +277,8 @@ foreach my $test (sort { numerically } keys %tests) {
     # code point for diagnostic purposes.  (If both are single, choose the
     # target string)
     my $ord = @target == 1 ? $target[0] : $pattern[0];
-    my $progress = sprintf "\"%s\" and /%s/",
+    my $progress = sprintf "%04X: \"%s\" and /%s/",
+                            $test,
                             join("", @x_target),
                             join("", @x_pattern);
     #print $progress, "\n";