# New Ticket Created by
# Please include the string: [perl #125101]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org/Ticket/Display.html?id=125101 >
Inserting a newline before '=>' seems to break context handling. The
sample code uses 0x20 space, not \t, but the problem appears to be with
\h in the parser, not the tabbing.
--cut here--
{
complementary
=> 1 # Newline and tab here
?? True
!! False
}
--cut here--
--cut here--
===SORRY!=== Error while compiling /home/jgoff/bug.t
Preceding context expects a term, but found infix => instead
at /home/jgoff/bug.t:3
------> =>⏏ 1
--cut here--