We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Three nested fraction tests (mathml_nemeth/mfrac_04.test, mathml_nemeth/mfrac_06.test, mathml_nemeth/mfrac_07.test) fail:
mathml_nemeth/mfrac_04.test
mathml_nemeth/mfrac_06.test
mathml_nemeth/mfrac_07.test
Image | | | ------------ | ------------- | ------------ | ------------- Output | ?A/B^,??3/4#/?5/6#,#"# | ?.P+?X/Y#/<M+N>13]# | ,??.P+?X/Y#/13#/Z# Expected | ?A/B^,??3/4#,/?5/6#,#"# | ,?.P+?X/Y#,/<M+N>13],# | ,,?,?.P+?X/Y#,/13,#,,/Z,,#
?A/B^,??3/4#/?5/6#,#"#
?.P+?X/Y#/<M+N>13]#
,??.P+?X/Y#/13#/Z#
?A/B^,??3/4#,/?5/6#,#"#
,?.P+?X/Y#,/<M+N>13],#
,,?,?.P+?X/Y#,/13,#,,/Z,,#
There are some commonalities:
,/
,?
,#
,,?
,,#
In all these cases, just the simple open/slash/close indicator is used.
It appears that the code is not looking at nesting levels.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Three nested fraction tests (
mathml_nemeth/mfrac_04.test
,mathml_nemeth/mfrac_06.test
,mathml_nemeth/mfrac_07.test
) fail:Image |
| |
------------ | ------------- | ------------ | -------------
Output |
?A/B^,??3/4#/?5/6#,#"#
|?.P+?X/Y#/<M+N>13]#
|,??.P+?X/Y#/13#/Z#
Expected |
?A/B^,??3/4#,/?5/6#,#"#
|,?.P+?X/Y#,/<M+N>13],#
|,,?,?.P+?X/Y#,/13,#,,/Z,,#
There are some commonalities:
,/
is not used (all three tests),?
/,#
are missing in the second and third tests,,?
/,,#
are missing in the third testIn all these cases, just the simple open/slash/close indicator is used.
It appears that the code is not looking at nesting levels.
The text was updated successfully, but these errors were encountered: