# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev # Please include the string: [perl #132238] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=132238 >
See https://rt.perl.org/Ticket/Display.html?id=125641 for the history of this problem. The issue was mostly resolved in https://github.com/rakudo/rakudo/commit/279bae08a56338f82edac8edbfa2a762eb6f34c3 However, it still prints “expecting any of” that to me does not do anything useful. perl6 -e 'say $< > > ' ===SORRY!=== Error while compiling -e Unable to parse quote-words subscript; couldn't find '>' (corresponding '<' was at line 1) at -e:3 ------> <BOL>⏏<EOL> expecting any of: argument list term When writing tests for this, also test that the actual line number is printed.