Commit e0d1cd1f4b2de30967f9c70460c2d0765f003676
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.
Showing
2 changed files
with
4 additions
and
7 deletions
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 | checking split-content-stream-errors.pdf | 1 | checking split-content-stream-errors.pdf |
| 5 | PDF Version: 1.3 | 2 | PDF Version: 1.3 |
| 6 | File is not encrypted | 3 | File is not encrypted |
qpdf/qtest/qpdf/split-content-stream-errors.pdf
| @@ -100,14 +100,14 @@ xref | @@ -100,14 +100,14 @@ xref | ||
| 100 | 0000000396 00000 n | 100 | 0000000396 00000 n |
| 101 | 0000000457 00000 n | 101 | 0000000457 00000 n |
| 102 | 0000000499 00000 n | 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 | trailer << | 106 | trailer << |
| 107 | /Root 1 0 R | 107 | /Root 1 0 R |
| 108 | /Size 10 | 108 | /Size 10 |
| 109 | /ID [<cbdd966f9b7b2bb31ad606c532d7cce5><e5f7cff7a542641606230aadd53106a4>] | 109 | /ID [<cbdd966f9b7b2bb31ad606c532d7cce5><e5f7cff7a542641606230aadd53106a4>] |
| 110 | >> | 110 | >> |
| 111 | startxref | 111 | startxref |
| 112 | -802 | 112 | +800 |
| 113 | %%EOF | 113 | %%EOF |