# New Ticket Created by  pancake 
# Please include the string:  [perl #56670]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=56670 >


Is this '\n' controlled? it is suposed to be an example or it is a bug?

[EMAIL PROTECTED]/prg/parrot/languages/punie$ svn diff
Index: demo.p1
===================================================================
--- demo.p1     (revision 28059)
+++ demo.p1     (working copy)
@@ -2,7 +2,7 @@
 print 2, "\n";
 print 34, "\n";
 print 5.6, "\n";
-print 'ok 7\n', "\n";
+print 'ok 7', "\n";
 print "ok 8\n";
 print "ok 9\n","ok 10\n","ok 11\n","ok 12\n";
 label1: print "ok 13\n";

Reply via email to