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

Skip to content

Commit ef62fd0

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

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
@@ -102,7 +102,7 @@
102102
r'${xyz}^k{x}_{k}{x}^{p}{y}^{p-2} {d}_{i}^{j}{b}_{j}{c}_{k}{d} {x}^{j}_{i}{E}^{0}{E}^0_u$',
103103
r'${\int}_x^x x\oint_x^x x\int_{X}^{X}x\int_x x \int^x x \int_{x} x\int^{x}{\int}_{x} x{\int}^{x}_{x}x$',
104104
r'testing$^{123}$',
105-
105+
' '.join('$\\' + p + '$' for p in sorted(mathtext.Parser._snowflake))
106106
]
107107

108108
digits = "0123456789"

0 commit comments

Comments
 (0)