On Mon Mar 22 14:00:14 2010, lue wrote:
> On Mon Mar 22 13:57:43 2010, lue wrote:
> > <lue> rakudo: #`<hello␤there>
> > <p6eval> rakudo 35f337: OUTPUT«Confused at line 12, near 
> > "there>"␤current instr.: 'perl6;HLL;Grammar;panic' pc 500 
> > (ext/nqp-rx/src/stage0/HLL-s0.pir:328)␤»
> > <lue> you're right, it doesn't.
> > [unrelated lines redacted]
> > * lue submits rakudobug
> 
> the question marks should be newline symbols (see above)

This now works:

C:\Consulting\rakudo>type test.p6
say #`<hello
there> 42;

C:\Consulting\rakudo>perl6 test.p6
42

Giving to moritz++ for spectest coverage.

Thanks,

Jonathan

Reply via email to