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

Skip to content

Commit 0cf729f

Browse files
committed
Fix up after rebase
1 parent bbdd35d commit 0cf729f

File tree

10 files changed

+2
-1
lines changed

10 files changed

+2
-1
lines changed

lib/matplotlib/tests/test_mathtext.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@
9090
r"$\left(2 \, a=b\right)$", # Sage bug #8125
9191
r"$? ! &$", # github issue #466
9292
r'$\operatorname{cos} x$', # github issue #553
93-
r'$\sum _{\genfrac{}{}{0}{}{0\leq i\leq m}{0<j<n}}P\left(i,j\right)$'
93+
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$'
9495
]
9596

9697
digits = "0123456789"

0 commit comments

Comments
 (0)