mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +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,
|
||||
}).charStrings;
|
||||
expect(charStrings.count).toEqual(1);
|
||||
// shoudn't be sanitized
|
||||
// shouldn't be sanitized
|
||||
expect(charStrings.get(0).length).toEqual(38);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue