|
37 | 37 | "test:jest": "jest --config ./jest.config.json", |
38 | 38 | "test": "jest --config ./jest.config.json && npm run parse-r && npm run parse-fd", |
39 | 39 | "test:forms": "cd ./test && sh p2j.forms.sh", |
40 | | - "test:misc": "cd ./test && sh p2j.one.sh misc . \"Expected: 13 success, 5 fail exception with stack trace\" ", |
| 40 | + "test:misc": "cd ./test && sh p2j.one.sh misc . \"Expected: 13 success, 6 exceptions with stack trace\" ", |
41 | 41 | "parse": "./bin/pdf2json.js -f ./test/pdf/fd/form/F1040.pdf -o ./test/target/fd/form", |
42 | 42 | "parse-s": "./bin/pdf2json.js -f ./test/pdf/fd/form/F1040.pdf -o ./test/target/fd/form -s", |
43 | 43 | "parse-t": "./bin/pdf2json.js -f ./test/pdf/fd/form/F1040.pdf -o ./test/target/fd/form -s -t", |
|
48 | 48 | "parse-tb": "./bin/pdf2json.js -f ./test/pdf/misc/i242_testingWithTable.pdf -o ./test/target/misc", |
49 | 49 | "parse-tc": "./bin/pdf2json.js -f ./test/pdf/misc/i293_pdfpac.pdf -o ./test/target/misc", |
50 | 50 | "parse-rectFix": "./bin/pdf2json.js -f ./test/pdf/misc/pr298_rect_fix_from_upstream.pdf -o ./test/target/misc", |
51 | | - "parse-e": "./bin/pdf2json.js -f ./test/pdf/misc/i373_err_broken.pdf -o ./test/target/misc", |
| 51 | + "parse-e": "./bin/pdf2json.js -f ./test/pdf/misc/i306_err_invalid.pdf -o ./test/target/misc", |
52 | 52 | "build:rollup": "rollup -c ./rollup.config.js", |
53 | 53 | "build:bundle-pdfjs-base": "node rollup/bundle-pdfjs-base.js", |
54 | 54 | "build": "npm run build:bundle-pdfjs-base && npm run build:rollup", |
|
0 commit comments