1
0
Fork 0
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:
Ikko Ashimine 2021-08-06 19:30:36 +09:00 committed by GitHub
parent 849bab973c
commit 23236f1b0b
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);
});