Describe the bug
When parsing a unit that is negative and includes a power of in, a SyntaxError: Value expected is returned.
To Reproduce
- Go on the main website and type
-2in^2 or -1in^3 or -2 in^4 in the demo box.
- Click "Evaluate"
- See a
SyntaxError: Value expected pop up.
Describe the bug
When parsing a unit that is negative and includes a power of
in, aSyntaxError: Value expectedis returned.To Reproduce
-2in^2or-1in^3or-2 in^4in the demo box.SyntaxError: Value expectedpop up.