Skip to content

Commit a89eee7

Browse files
tests/: added test_4043().
1 parent c34ac48 commit a89eee7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

tests/resources/test_4043.pdf

1.03 KB
Binary file not shown.

tests/test_general.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1580,3 +1580,9 @@ def test_3624():
15801580
# We get small differences in sysinstall tests, where some
15811581
# thirdparty libraries can differ.
15821582
assert rms < 1
1583+
1584+
1585+
def test_4043():
1586+
path = os.path.normpath(f'{__file__}/../../tests/resources/test_4043.pdf')
1587+
doc = pymupdf.open(path)
1588+
doc.fullcopy_page(1)

0 commit comments

Comments
 (0)