We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22a6682 commit 2ade0faCopy full SHA for 2ade0fa
lib/matplotlib/tests/test_mathtext.py
@@ -97,7 +97,9 @@
97
r'$\mathring{A} \stackrel{\circ}{A} \AA$',
98
r'$M \, M \thinspace M \/ M \> M \: M \; M \ M \enspace M \quad M \qquad M \! M$',
99
r'$\Cup$ $\Cap$ $\leftharpoonup$ $\barwedge$ $\rightharpoonup$',
100
- r'$\dotplus$ $\doteq$ $\doteqdot$ $\ddots$'
+ r'$\dotplus$ $\doteq$ $\doteqdot$ $\ddots$',
101
+ r'$x_kx^py^{p-2} d_i^jb_jc_kd x^j_i E^0 E^0_u$', # github issue #4873
102
+ r'${x}_{k}{x}^{p}{y}^{p-2} {d}_{i}^{j}{b}_{j}{c}_{k}{d} {x}^{j}_{i}{E}^{0}{E}^0_u$',
103
]
104
105
digits = "0123456789"
0 commit comments