Skip to content

Commit d914660

Browse files
committed
Image comparison test for overunder symbol alignment.
1 parent 583bb8b commit d914660

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

lib/matplotlib/tests/test_mathtext.py

+1
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@
122122
lightweight_math_tests = [
123123
r'$\sqrt[ab]{123}$', # github issue #8665
124124
r'$x \overset{f}{\rightarrow} \overset{f}{x} \underset{xx}{ff} \overset{xx}{ff} \underset{f}{x} \underset{f}{\leftarrow} x$', # github issue #18241
125+
r'$\sum x\quad\sum^nx\quad\sum_nx\quad\sum_n^nx\quad\prod x\quad\prod^nx\quad\prod_nx\quad\prod_n^nx$', # GitHub issue 18085
125126
]
126127

127128
digits = "0123456789"

0 commit comments

Comments
 (0)