We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5094a2e commit ebec36aCopy full SHA for ebec36a
tests/test_tables.py
@@ -427,6 +427,10 @@ def test_4017():
427
428
def test_md_styles():
429
"""Test output of table with MD-styled cells."""
430
+ print()
431
+ print(f'test_md_styles(): {pymupdf.version=}')
432
+ print(f'test_md_styles(): {pymupdf.mupdf_version=}')
433
+ print(f'test_md_styles(): {pymupdf.mupdf_version_tuple=}', flush=1)
434
filename = os.path.join(scriptdir, "resources", "test-styled-table.pdf")
435
doc = pymupdf.open(filename)
436
page = doc[0]
0 commit comments