Add a test for the previous fix

pull/96/head
Sebastian Schuberth 2017-10-16 12:05:39 +02:00
parent 39428fb4f0
commit ec8530f6cf
2 changed files with 5 additions and 1 deletions

Binary file not shown.

View File

@ -53,5 +53,9 @@ class TestDumpPDF():
def test_9(self):
run('../samples/nonfree/','175') # https://github.com/pdfminer/pdfminer.six/issues/65
def test_10(self):
run('../samples/scancode/','patchelf') # https://github.com/euske/pdfminer/issues/96
if __name__ == '__main__':
nose.runmodule()