Skip to content

Add edge case handler for stack reduction

Gabriel Barrantes requested to merge gabrielbarrantes/kcalc:BUG_487614 into master

Inputs with the form 8-3*2+1 reduced incorrectly due to the "+" operation dropping the "-" for the first operand. Added code to detect this special case and give the expected result.

BUG: 487614

Merge request reports