1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 10:08:06 +02:00

Move char codes from high surrogate pair range into private use.

Fixes #2884
This commit is contained in:
Brendan Dahl 2017-10-23 17:25:50 -07:00
parent 56c14e27e6
commit 306999c325
5 changed files with 12 additions and 1 deletions

View file

@ -83,7 +83,7 @@ var checkProblematicCharRanges = function checkProblematicCharRanges() {
describe('Fonts', function() {
it('checkProblematicCharRanges', function() {
var EXPECTED_PERCENTAGE = 45;
var EXPECTED_PERCENTAGE = 100;
var result = checkProblematicCharRanges();
expect(result.percentage).toBeLessThan(EXPECTED_PERCENTAGE);