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

Skip to content

Commit 36c3cd6

Browse files
committed
Fix test
1 parent 0cf729f commit 36c3cd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_mathtext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
r"$? ! &$", # github issue #466
9292
r'$\operatorname{cos} x$', # github issue #553
9393
r'$\sum _{\genfrac{}{}{0}{}{0\leq i\leq m}{0<j<n}}P\left(i,j\right)$',
94-
r'$M \, M \thinspace \/ M \> M \: M \; M \ M \enspace M \quad M \qquad M \! M$'
94+
r'$M \, M \thinspace M \/ M \> M \: M \; M \ M \enspace M \quad M \qquad M \! M$'
9595
]
9696

9797
digits = "0123456789"

0 commit comments

Comments
 (0)