diff options
Diffstat (limited to 'docutils/test/functional/expected')
| -rw-r--r-- | docutils/test/functional/expected/math_output_mathml.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docutils/test/functional/expected/math_output_mathml.html b/docutils/test/functional/expected/math_output_mathml.html index 0d292669e..41d8aeb96 100644 --- a/docutils/test/functional/expected/math_output_mathml.html +++ b/docutils/test/functional/expected/math_output_mathml.html @@ -217,14 +217,14 @@ directives:</p> <mo>∂</mo><mi>t</mi> </mrow> </mfrac> - <mo>Ψ</mo><mo>=</mo> + <mi mathvariant="normal">Ψ</mi><mo>=</mo> <mover> <mrow> <mi>H</mi> </mrow> <mo>^</mo> </mover> - <mo>Ψ</mo><mo>,</mo> + <mi mathvariant="normal">Ψ</mi><mo>,</mo> </mtd> </mtr> </mtable> @@ -232,7 +232,7 @@ directives:</p> </div> <p>with the <em>wave function</em> <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> - <mo>Ψ</mo> + <mi mathvariant="normal">Ψ</mi> </mrow> </math>, describes how the quantum state of a physical system changes in time.</p> |
