Replace a couple of skipPages
annotations with firstPage
in test/test_manifest.json
Originally only `skipPages` existed, but given that `firstPage`/`lastPage` has existed for a long time now using them whenever possible looks simpler overall.
This commit is contained in:
parent
f3c5a690fc
commit
17a3af3fc0
@ -2691,7 +2691,7 @@
|
|||||||
"file": "pdfs/issue1658.pdf",
|
"file": "pdfs/issue1658.pdf",
|
||||||
"md5": "b71a0f641e83ad427b8bcfc180899a05",
|
"md5": "b71a0f641e83ad427b8bcfc180899a05",
|
||||||
"rounds": 1,
|
"rounds": 1,
|
||||||
"skipPages": [1, 2, 3, 4, 5, 6, 7, 8, 9],
|
"firstPage": 10,
|
||||||
"lastPage": 10,
|
"lastPage": 10,
|
||||||
"link": true,
|
"link": true,
|
||||||
"type": "eq"
|
"type": "eq"
|
||||||
@ -2874,8 +2874,8 @@
|
|||||||
"md5": "b5b6c6405d7b48418bccf97277957664",
|
"md5": "b5b6c6405d7b48418bccf97277957664",
|
||||||
"rounds": 1,
|
"rounds": 1,
|
||||||
"link": true,
|
"link": true,
|
||||||
|
"firstPage": 2,
|
||||||
"lastPage": 2,
|
"lastPage": 2,
|
||||||
"skipPages": [1],
|
|
||||||
"type": "eq"
|
"type": "eq"
|
||||||
},
|
},
|
||||||
{ "id": "issue1317",
|
{ "id": "issue1317",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user