quantulum3
quantulum3 copied to clipboard
inconsistent parsing behavior
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
found the issue, working on a PR