Skip to content

Commit

Permalink
add expected result
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Jul 23, 2022
1 parent 348cc9f commit 69a14cf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/pdf_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,10 @@ describe('PDF converter', function () {
await shouldBeVisuallyIdentical('list')
})

it('should remove orphaned table headers', async () => {
await shouldBeVisuallyIdentical('orphaned-table-header')
})

describe('Timeout', () => {
beforeEach(function () {
sinon.spy(console, 'error')
Expand Down
Binary file added test/reference/linux/orphaned-table-header.pdf
Binary file not shown.
Binary file added test/reference/macos/orphaned-table-header.pdf
Binary file not shown.

0 comments on commit 69a14cf

Please sign in to comment.