Skip to content

Commit

Permalink
🧪 [placeholder-plain] Add a test of readRefTable that fails because o…
Browse files Browse the repository at this point in the history
…f the trailer word

refs #209
  • Loading branch information
vbuch committed Feb 23, 2024
1 parent f8bd304 commit 11d3364
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/placeholder-plain/src/readRefTable.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ describe(readRefTable, () => {
'incrementally_signed.pdf',
'signed.pdf',
'w3dummy.pdf',
'issue-209-reason-includes-trailer-word.pdf',
].forEach((fileName) => {
const pdf = readTestResource(fileName);
const r = readRefTable(pdf);
Expand Down
Binary file not shown.

0 comments on commit 11d3364

Please sign in to comment.