But why? “#` foo” looks like a fine normal comment, why should it error out on a perfectly normal behavior?
I think this ticket is rejectable. Someone with bigger whatever should reject it. On 2015-07-01 12:54:40, barto...@gmx.de wrote: > This ticket is about a failing test (fudged 'todo') in S32- > exceptions/misc.t. Rakudo does not complain about a plain '#`', > whereas STD does: > > $ perl6 -e '#`' > $ viv -e '#`' > ===SORRY!=== > Opening bracket is required for #` comment at (eval) line 1: > ------> #`⏏<EOL> > Parse failed > > According to S02 '#`' has to be followed by an opening bracket > character: http://design.perl6.org/S02.html#Embedded_Comments