Make sure all files that should be present are present.

This commit is contained in:
Storm Dragon
2024-10-17 16:33:13 -04:00
parent 9d78a3fbee
commit c615709602
1395 changed files with 1344591 additions and 0 deletions

View File

@ -0,0 +1,26 @@
<html>
<head><meta charset="utf-8"></head>
<body>
<div>MathML menclose test cases</div>
<math display="block"><menclose><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
<math display="block"><menclose notation="longdiv"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
<math display="block"><menclose notation="actuarial"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
<math display="block"><menclose notation="phasorangle"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
<math display="block"><menclose notation="radical"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
<math display="block"><menclose notation="box"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
<math display="block"><menclose notation="roundedbox"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
<math display="block"><menclose notation="circle"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
<math display="block"><menclose notation="left"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
<math display="block"><menclose notation="right"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
<math display="block"><menclose notation="top"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
<math display="block"><menclose notation="bottom"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
<math display="block"><menclose notation="left right"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
<math display="block"><menclose notation="left right top bottom"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
<math display="block"><menclose notation="updiagonalstrike"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
<math display="block"><menclose notation="downdiagonalstrike"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
<math display="block"><menclose notation="verticalstrike"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
<math display="block"><menclose notation="horizontalstrike"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
<math display="block"><menclose notation="madruwb"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
<div>End of test</div>
</body>
</html>