Commit e0d1cd1f4b2de30967f9c70460c2d0765f003676

Authored by Jay Berkenbilt
1 parent 201b62fc

Fix test case

There was an unintended recoverable error in a test file. It wasn't
hurting anything, but it was obscuring the actual intent of the test.
qpdf/qtest/qpdf/split-content-stream-errors.out
1   -WARNING: split-content-stream-errors.pdf: file is damaged
2   -WARNING: split-content-stream-errors.pdf (file position 802): xref not found
3   -WARNING: split-content-stream-errors.pdf: Attempting to reconstruct cross-reference table
4 1 checking split-content-stream-errors.pdf
5 2 PDF Version: 1.3
6 3 File is not encrypted
... ...
qpdf/qtest/qpdf/split-content-stream-errors.pdf
... ... @@ -100,14 +100,14 @@ xref
100 100 0000000396 00000 n
101 101 0000000457 00000 n
102 102 0000000499 00000 n
103   -0000000630 00000 n
104   -0000000649 00000 n
105   -0000000767 00000 n
  103 +0000000628 00000 n
  104 +0000000647 00000 n
  105 +0000000765 00000 n
106 106 trailer <<
107 107 /Root 1 0 R
108 108 /Size 10
109 109 /ID [<cbdd966f9b7b2bb31ad606c532d7cce5><e5f7cff7a542641606230aadd53106a4>]
110 110 >>
111 111 startxref
112   -802
  112 +800
113 113 %%EOF
... ...