mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
Fix errors reported by the no-useless-concat
ESLint rule
http://eslint.org/docs/rules/no-useless-concat
This commit is contained in:
parent
3820946301
commit
e53ab844cc
2 changed files with 2 additions and 2 deletions
|
@ -73,7 +73,7 @@ describe('Type1Parser', function() {
|
|||
'dup 0 1 RD x noaccess put\n'+
|
||||
'end\n' +
|
||||
'/CharStrings 46 dict dup begin\n' +
|
||||
'/.notdef 1 RD x ND' + '\n' +
|
||||
'/.notdef 1 RD x ND\n' +
|
||||
'end');
|
||||
var parser = new Type1Parser(stream, false, SEAC_ANALYSIS_ENABLED);
|
||||
var program = parser.extractFontProgram();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue