Pass | The id attribute should be recognised on math elements | Asserts runPass | assert_equals(Element node <math id="m1"><mtext></mtext></math>, Element node <math id="m1"><mtext></mtext></math>)
at Test.<anonymous> ( /html/syntax/parsing/math-parse01.html:27:1) |
|
Pass | The node name should be math | Asserts runPass | assert_equals("math", "math")
at Test.<anonymous> ( /html/syntax/parsing/math-parse01.html:31:1) |
|
Pass | math should be in MathML Namespace | Asserts runPass | assert_equals("http://www.w3.org/1998/Math/MathML", "http://www.w3.org/1998/Math/MathML")
at Test.<anonymous> ( /html/syntax/parsing/math-parse01.html:35:1) |
|
Pass | Math has 2 children (empty tag syntax) | Asserts runPass | assert_equals(2, 2)
at Test.<anonymous> ( /html/syntax/parsing/math-parse01.html:39:1) |
|
Pass | Nested mrow elements should be parsed correctly | Asserts runPass | assert_equals(1, 1)
at Test.<anonymous> ( /html/syntax/parsing/math-parse01.html:43:1) |
|
Pass | Testing rang and lang entity code points | Asserts runPass | assert_equals("⟨⟩", "⟨⟩")
at Test.<anonymous> ( /html/syntax/parsing/math-parse01.html:47:1) |
|
Pass | Testing Kopf (Plane 1) entity code point | Asserts runPass | assert_equals("𝕂", "𝕂")
at Test.<anonymous> ( /html/syntax/parsing/math-parse01.html:51:1) |
|
Pass | Empty element tags in annotation-xml parsed as per XML. | Asserts runPass | assert_equals(2, 2)
at Test.<anonymous> ( /html/syntax/parsing/math-parse01.html:55:1) |
|
Pass | html tags allowed in annotation-xml/@encoding='text/html'. | Asserts runPass | assert_equals(2, 2)
at Test.<anonymous> ( /html/syntax/parsing/math-parse01.html:59:1) |
|