mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-25 15:07:57 +00:00
1+(1+1) with parenthesis set to 'auto' triggered a bug because getPrecedence gets the precedence of the content of a node, but getIdentifier still returns the 'ParenthesisNode' identifier in case of a ParenthesisNode.