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