Fix typo in cff_parser_spec.js
shoudn't -> shouldn't
This commit is contained in:
parent
849bab973c
commit
23236f1b0b
@ -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…
Reference in New Issue
Block a user