mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-29 07:37:57 +02:00
Merge pull request #9062 from mozilla/no_high
Move char codes from high surrogate pair range into private use.
This commit is contained in:
commit
a5e3261b48
5 changed files with 12 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue