Trivernis / asciimath-rs

A crate for parsing AsciiMath in rust.
Apache License 2.0
6 stars 0 forks source link

Bug Collection #5

Open Trivernis opened 4 years ago

Trivernis commented 4 years ago

This collection should not be taken as an example for a good bug report.

issue-label-bot[bot] commented 4 years ago

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.99. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

Archina commented 2 years ago

I think I found a few more cases. int is interpreted as in t result in ∈t instead of ∫

(: and :) results in empty expressions instead of a set of angled brackets. Easiest example (:x:) - displays nothing. (MathML output is <mrow></mrow>.

I also noticed issues with overset resulting in the group underneath, instead being displayed above.

I might be able to look into this in a week - chances are high I forget, however.