On Fri, 06 Oct 2017 09:49:54 -0700, steve.mynott+bitc...@gmail.com wrote:
> I propose this ticket be closed.

No, there's definitely some bug exists. On 2017.07 Star, I get this (\x[22] is 
the double-quote char):

    C:\Users\zoffix>perl6 -e "say qqx/echo \x[22]foo\x[22]/;"
    \"foo\"

While the presence of quotes is a thing of Windows's shell, looks like rakudo 
tries to escape the quotes (incorrectly?) and the slashes make it into the 
output

Reply via email to