mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Merge pull request #7868 from Snuffleupagus/pageLabels-St-unit-test
Adjust one of the Page Label unit-tests to use a PDF file where the "St" entry is both present and non-default (i.e. greater than one)
This commit is contained in:
commit
fa6b9b7552
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -515,7 +515,7 @@ describe('api', function() {
|
|||
expect(pageLabels[0]).toEqual(['i', 'ii', 'iii', '1']);
|
||||
expect(pageLabels[1]).toEqual(['Front Page1']);
|
||||
expect(pageLabels[2]).toEqual(['1', '2']);
|
||||
expect(pageLabels[3]).toEqual(['X1']);
|
||||
expect(pageLabels[3]).toEqual(['X3']);
|
||||
|
||||
loadingTask0.destroy();
|
||||
loadingTask1.destroy();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue