Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2f4c5f7

Browse files
committed
Fix broken link to MathML torture tests.
1 parent 1d5c45b commit 2f4c5f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/tests/test_mathtext.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
'$\\Gamma \\Delta \\Theta \\Lambda \\Xi \\Pi \\Sigma \\Upsilon \\Phi \\Psi \\Omega$',
6161
'$\\alpha \\beta \\gamma \\delta \\epsilon \\zeta \\eta \\theta \\iota \\lambda \\mu \\nu \\xi \\pi \\kappa \\rho \\sigma \\tau \\upsilon \\phi \\chi \\psi$',
6262

63-
# The examples prefixed by 'mmltt' are from the MathML torture test here:
64-
# https://developer.mozilla.org/en-US/docs/Mozilla/MathML_Project/MathML_Torture_Test
63+
# The following examples are from the MathML torture test here:
64+
# https://www-archive.mozilla.org/projects/mathml/demo/texvsmml.xhtml
6565
r'${x}^{2}{y}^{2}$',
6666
r'${}_{2}F_{3}$',
6767
r'$\frac{x+{y}^{2}}{k+1}$',

0 commit comments

Comments
 (0)