Closed edhom closed 3 years ago
@edhom Tests seem to be failing (on all channels).
Maybe we can also include test cases for the parentheses and unary minus :)
@creativecreatorormaybenot I'm not allowed to merge😭
@edhom Are you not able to merge now? (now that all checks have passed and there is an approval)
@creativecreatorormaybenot No I'm not authorized:D
Description
Adds parentheses for binary operators, when converting a
math_expression
to atex ast
. Adds special cases forpi
ande
when converting amath_expression
to atex ast
. Removes the leading zero from an unary minus when convertingtex
into amath_expression
.Related issues & PRs
https://simpleclub.atlassian.net/browse/SC-4183
Checklist
Remove
If [...]
items that do not apply to your PR.math_keyboard
orexample
package (also README etc.), I created an entry inCHANGELOG.md
(## UPCOMING RELEASE
if the change on its own is not worth an update).math_keyboard
package, I updated the version according to Dart's semantic versioning.