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 2dcb52f commit c2de63cCopy full SHA for c2de63c
tests/textcode/test_pdf.py
@@ -88,8 +88,7 @@ def test_pdfminer_can_parse_apache_fop_test_pdf(self):
88
@pytest.mark.xfail(reason='Latest pdfminer.six from 2022 has a regression')
89
def test_numbered_text_lines_does_not_fail_on_autocad_test_pdf(self):
90
test_file = self.get_test_loc('pdf/AutoCad_Diagram.pdf')
91
- # result = list(numbered_text_lines(test_file))
92
- result = []
+ result = list(numbered_text_lines(test_file))
93
assert result == []
94
95
0 commit comments