mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 18:25:37 +02:00
Fix typo in cff_parser_spec.js
shoudn't -> shouldn't
This commit is contained in:
parent
849bab973c
commit
23236f1b0b
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ describe("CFFParser", function () {
|
||||||
privateDict: privateDictStub,
|
privateDict: privateDictStub,
|
||||||
}).charStrings;
|
}).charStrings;
|
||||||
expect(charStrings.count).toEqual(1);
|
expect(charStrings.count).toEqual(1);
|
||||||
// shoudn't be sanitized
|
// shouldn't be sanitized
|
||||||
expect(charStrings.get(0).length).toEqual(38);
|
expect(charStrings.get(0).length).toEqual(38);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue