Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Include tests for other infinite loop bugs
fixes #117 fixes #118 fixes #119 fixes #120 Several other infinite loop bugs were fixed by previous changes. Include their test files in the test suite.
- Loading branch information
1 parent
12db098
commit ac3c81a
Showing
10 changed files
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| WARNING: issue-117.pdf: file is damaged | ||
| WARNING: issue-117.pdf: can't find startxref | ||
| WARNING: issue-117.pdf: Attempting to reconstruct cross-reference table | ||
| WARNING: issue-117.pdf (file position 66): loop detected resolving object 2 0 | ||
| WARNING: issue-117.pdf (object 2 0, file position 67): attempting to recover stream length | ||
| attempt to make a stream into a direct object |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| WARNING: issue-118.pdf (file position 732): loop detected resolving object 2 0 | ||
| issue-118.pdf (xref stream: object 8 0, file position 732): supposed object stream 2 is not a stream |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| WARNING: issue-119.pdf (file position 336): loop detected resolving object 4 0 | ||
| issue-119.pdf (file position 298): dictionary key is not not a name token |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| WARNING: issue-120.pdf (file position 85): loop detected resolving object 3 0 | ||
| issue-120.pdf (object 6 0, file position 85): supposed object stream 3 is not a stream |
Binary file not shown.