We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93e6390 commit 7b8e2caCopy full SHA for 7b8e2ca
1 file changed
package.json
@@ -37,7 +37,7 @@
37
"test:jest": "jest --config ./jest.config.json",
38
"test": "jest --config ./jest.config.json && npm run parse-r && npm run parse-fd",
39
"test:forms": "cd ./test && sh p2j.forms.sh",
40
- "test:misc": "cd ./test && sh p2j.one.sh misc . \"Expected: 14 success, 5 fail exception with stack trace\" ",
+ "test:misc": "cd ./test && sh p2j.one.sh misc . \"Expected: 14 success, 6 fail exception with stack trace\" ",
41
"parse": "./bin/pdf2json.js -f ./test/pdf/fd/form/F1040.pdf -o ./test/target/fd/form",
42
"parse-s": "./bin/pdf2json.js -f ./test/pdf/fd/form/F1040.pdf -o ./test/target/fd/form -s",
43
"parse-t": "./bin/pdf2json.js -f ./test/pdf/fd/form/F1040.pdf -o ./test/target/fd/form -s -t",
0 commit comments