1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-22 16:18:08 +02:00

Merge pull request #13880 from eltociear/patch-5

Fix typo in cff_parser_spec.js
This commit is contained in:
calixteman 2021-08-06 19:31:52 +02:00 committed by GitHub
commit 98e893b84f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);
});