You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The nested fraction test (mathml_nemeth/test_msqrt_03.test) fails:
Image
Output
>A+>B+>C>D]]]]
Expected
>A+.>B+..>C...>D...]..].]]
As with #62, it appears that the code is not dealing with nesting levels. Unlike fractions which announce their complexity at the start/end, radicals count inwards similar to scripts (i.e., the innermost radical repeats the indicator . to indicate the level of nesting.
The text was updated successfully, but these errors were encountered:
The nested fraction test (
mathml_nemeth/test_msqrt_03.test
) fails:>A+>B+>C>D]]]]
>A+.>B+..>C...>D...]..].]]
As with #62, it appears that the code is not dealing with nesting levels. Unlike fractions which announce their complexity at the start/end, radicals count inwards similar to scripts (i.e., the innermost radical repeats the indicator
.
to indicate the level of nesting.The text was updated successfully, but these errors were encountered: