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


Rakudo r32873 cannot parse the Unicode version of Texas quotes («»),
and misunderstands the ASCII-friendly variant (<<>>).

$ ./perl6 -e 'say <a $b c>.perl'
["a", "\$b", "c"]
$ ./perl6 -e 'my $b = "foo"; say <<a $b c>>.perl'
1
$ ./perl6 -e 'my $b = "foo"; say «a $b c».perl'
Statement not terminated properly at line 1, near "\x{ab}a $b c\x{c2}\x{bb}."
[...]

Reply via email to