quantulum3 icon indicating copy to clipboard operation
quantulum3 copied to clipboard

inconsistent parsing behavior

Open yoavg opened this issue 2 years ago • 1 comments

Describe the bug the following program results in different outputs on different invocations:

print(parser.parse("-34 cm / kg")[0].surface)

some runs print -34 cm and others print -34 cm / kg

yoavg avatar Jan 07 '23 14:01 yoavg

found the issue, working on a PR

yoavg avatar Jan 07 '23 15:01 yoavg