mirror of
https://github.com/josdejong/mathjs.git
synced 2025-12-08 19:46:04 +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.