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 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.