Fix error on metadata block

This commit is contained in:
James R. Barlow
2023-06-02 02:47:41 -07:00
parent 5f211ecf6f
commit 0a7b60cda5
+9 -1
View File
@@ -350,7 +350,15 @@ def test_malformed_docinfo(caplog, resources, outdir):
pike.save(outdir / 'layers.rendered.pdf', fix_metadata_version=False)
options = get_parser().parse_args(
args=['-j', '1', '--output-type', 'pdfa-2', 'a.pdf', 'b.pdf']
args=[
'-j',
'1',
'--continue-on-soft-error',
'--output-type',
'pdfa-2',
'a.pdf',
'b.pdf',
]
)
pdfinfo = PdfInfo(outdir / 'layers.rendered.pdf')
context = PdfContext(