# New Ticket Created by  Stephane Payrard 
# Please include the string:  [perl #126382]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=126382 >


sub infix:('>+<') ($a, $b) { $a + $b }; say 40 >+< 2
===SORRY!=== Error while compiling <unknown file>
Unable to parse expression in quote words; couldn't find final '>'
        
at <unknown file>:3
------> <BOL>⏏<EOL>
    expecting any of:
        prefix
        quote words
> 

Found when trying to trigger the problem fixed by 
https://github.com/rakudo/rakudo/pull/556

Reply via email to