Author: coke
Date: Wed Aug 3 14:33:19 2005
New Revision: 8795
Modified:
trunk/t/op/stringu.t
Log:
er, helps the test to pass if you print something. (Thanks, leo. =-)
Modified: trunk/t/op/stringu.t
==============================================================================
--- trunk/t/op/stringu.t (original)
+++ trunk/t/op/stringu.t Wed Aug 3 14:33:19 2005
@@ -211,6 +211,8 @@ output_is( <<'CODE', <<OUTPUT, "substr w
set I0, 0x666
chr S1, I0
substr S0, 0, 5, S1
+ print S0
+ print "\n"
CODE
\x{666}
OUTPUT