On Mon Jul 07 08:43:14 2008, [EMAIL PROTECTED] wrote:
> 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";

Looking at the output of the file (which is not valid TAP), it seems to
be deliberate, showing that '\n' outputs a literal backslash-n, and not
a newline. I added a comment (r29305) to explain it.

Resolving ticket, thanks.

-- 
Will "Coke" Coleda

Reply via email to