blob: 117a84d0cbfafd150e9ec3729b861d7ab0bfb9f0 [file] [log] [blame]
Fix parsing a numeric literal immediately (without spaces) followed by "not
in" keywords, like in ``1not in x``. Now the parser only emits a warning,
not a syntax error.