Browse Source

Fixes incorrect unit test

Yury Delendik 12 years ago
parent
commit
ffeec0572c
  1. 1
      test/unit/font_spec.js

1
test/unit/font_spec.js

@ -360,6 +360,7 @@ describe('font', function() {
'/ExpansionFactor 99\n' + '/ExpansionFactor 99\n' +
'/Subrs 1 array\n' + '/Subrs 1 array\n' +
'dup 0 1 RD x noaccess put\n'+ 'dup 0 1 RD x noaccess put\n'+
'end\n' +
'/CharStrings 46 dict dup begin\n' + '/CharStrings 46 dict dup begin\n' +
'/.notdef 1 RD x ND' + '\n' + '/.notdef 1 RD x ND' + '\n' +
'end'); 'end');

Loading…
Cancel
Save