projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b635711
)
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
patch
|
blob
|
blame
|
history
diff --git
a/t/comp/require.t
b/t/comp/require.t
index
a0170f0
..
e7d0da6
100644
(file)
--- a/
t/comp/require.t
+++ b/
t/comp/require.t
@@
-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 {