**Describe the bug** the following program results in different outputs on different invocations: ```python print(parser.parse("-34 cm / kg")[0].surface) ``` some runs print `-34 cm` and others print `-34 cm / kg`
Describe the bug
the following program results in different outputs on different invocations:
some runs print
-34 cmand others print-34 cm / kg