Fix parser error
Previously A1>A2
raise a parser error, but A1 > A2
(with the surrounding whitespace around the >
) works fine.
This release fix those parser error, and A1>A2
notation should not raise an error anymore
Previously A1>A2
raise a parser error, but A1 > A2
(with the surrounding whitespace around the >
) works fine.
This release fix those parser error, and A1>A2
notation should not raise an error anymore