There was an error while loading. Please reload this page.
1 parent 2f4dda0 commit 7257791Copy full SHA for 7257791
1 file changed
tests/Languages/intent/tables.rs
@@ -329,18 +329,16 @@ fn mlabelledtr_bug_526() -> Result<()> {
329
</mlabeledtr>
330
</mtable></math>"#;
331
let intent = "<math data-from-mathml='math'>
332
- <lines data-from-mathml='mtable'>
+ <array data-from-mathml='mtable'>
333
<mlabeledtr data-from-mathml='mlabeledtr'>
334
- <TEMP_NAME>
+ <mtd data-from-mathml='mtd'>
335
<mtext data-from-mathml='mtext'>foo</mtext>
336
- </TEMP_NAME>
337
- <mtd data-from-mathml='mlabeledtr'>
338
- <mrow data-from-mathml='mlabeledtr'>
339
- <mi data-from-mathml='mi'>m</mi>
340
- </mrow>
+ </mtd>
+ <mi data-from-mathml='mi'>m</mi>
341
</mtd>
342
343
- </lines>
+ </array>
344
</math>";
345
test_intent(mathml, intent, vec![])?;
346
return Ok(());
0 commit comments