Print the encoding name as part of the test, rather than on a separate line.
Nicholas Clark [Fri, 9 Oct 2009 08:52:43 +0000 (10:52 +0200)]
t/comp/require.t

index a0170f0..e7d0da6 100644 (file)
@@ -272,9 +272,7 @@ sub bytes_to_utf {
 }
 
 foreach (sort keys %templates) {
-    print "# $_\n";
-
-    $i++; do_require(bytes_to_utf($_, qq(print "ok $i\\n"; 1;\n), 1));
+    $i++; do_require(bytes_to_utf($_, qq(print "ok $i # $_\\n"; 1;\n), 1));
 }
 
 END {