Merge pull request #959 from blikblum/add-named-destination-2

Fix object index in annotation test
This commit is contained in:
Luiz Américo 2019-04-17 20:11:42 -03:00 committed by GitHub
commit 4f6460c676
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,10 +28,10 @@ describe('Annotations', () => {
const expected = [
[
`10 0 obj`,
`11 0 obj`,
`<<
/S /GoTo
/D [6 0 R /XYZ null null null]
/D [7 0 R /XYZ null null null]
>>`
]
];