You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/test_tables.py
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -184,7 +184,12 @@ def test_2979():
184
184
), f"{pymupdf.TOOLS.set_small_glyph_heights()=}"
185
185
186
186
wt=pymupdf.TOOLS.mupdf_warnings()
187
-
ifpymupdf.mupdf_version_tuple>= (1, 26, 0):
187
+
ifpymupdf.mupdf_version_tuple>= (1, 27, 0):
188
+
assert (
189
+
wt
190
+
=="bogus font ascent/descent values (3117 / -2463)\n... repeated 2 times...\nActualtext with no position. Text may be lost or mispositioned.\n... repeated 96 times..."
191
+
)
192
+
elifpymupdf.mupdf_version_tuple>= (1, 26, 0):
188
193
assert (
189
194
wt
190
195
=="bogus font ascent/descent values (3117 / -2463)\n... repeated 2 times..."
0 commit comments