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

Skip to content

Commit 4911390

Browse files
committed
TST: update test symbols
*Note this does not update the test image and still passes locally*
1 parent c6b9969 commit 4911390

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
@@ -97,7 +97,7 @@
9797
r'$\mathring{A} \stackrel{\circ}{A} \AA$',
9898
r'$M \, M \thinspace M \/ M \> M \: M \; M \ M \enspace M \quad M \qquad M \! M$',
9999
r'$\Cup$ $\Cap$ $\leftharpoonup$ $\barwedge$ $\rightharpoonup$',
100-
r'$\dotplus$ $\doteq$ $\doteqdot$ $\ddots$'
100+
' '.join('$\\' + p + '$' for p in sorted(mathtext.Parser._snowflake))
101101
]
102102

103103
digits = "0123456789"

0 commit comments

Comments
 (0)