Didn't cleanup broken number that uses "," as decimal separator
Open
bug
rust
- Dominant language
- Rust
- Stars
- 114
- Forks
- 85
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 42
Description
The following MathML didn't clean the number to be "3,2" with `DecimalSeparator= ","`.
```
```
Removing either the `(` or the `;` (or both) does result in it being cleaned up. I suspect the problem lies with the caution about `(3,2)` being a list.
If the decimal separator is `.`, there is no problem.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.