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

Skip to content

Commit 4754ceb

Browse files
committed
add baseline_images for comparison test
1 parent 012a7d1 commit 4754ceb

26 files changed

+2
-2
lines changed

lib/matplotlib/tests/test_mathtext.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@
151151
(['mathrm'], all),
152152
(['mathbf'], all),
153153
(['mathit'], all),
154-
(['mathbfit'], all),
155154
(['mathtt'], [digits, uppercase, lowercase]),
156155
(None, 3),
157156
(None, 3),
@@ -168,7 +167,8 @@
168167
(['mathscr'], [uppercase, lowercase]),
169168
(['mathsf'], [digits, uppercase, lowercase]),
170169
(['mathrm', 'mathsf'], [digits, uppercase, lowercase]),
171-
(['mathbf', 'mathsf'], [digits, uppercase, lowercase])
170+
(['mathbf', 'mathsf'], [digits, uppercase, lowercase]),
171+
(['mathbfit'], all)
172172
]
173173

174174
font_tests = []

0 commit comments

Comments
 (0)