diff --git a/package.json b/package.json index 7fb8e972..d3ce86d7 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "test:jest": "jest --config ./jest.config.json", "test": "jest --config ./jest.config.json && npm run parse-r && npm run parse-fd", "test:forms": "cd ./test && sh p2j.forms.sh", - "test:misc": "cd ./test && sh p2j.one.sh misc . \"Expected: 12 success, 3 fail exception with stack trace\" ", + "test:misc": "cd ./test && sh p2j.one.sh misc . \"Expected: 12 success, 4 fail exception with stack trace\" ", "parse": "./bin/pdf2json.js -f ./test/pdf/fd/form/F1040.pdf -o ./test/target/fd/form", "parse-s": "./bin/pdf2json.js -f ./test/pdf/fd/form/F1040.pdf -o ./test/target/fd/form -s", "parse-t": "./bin/pdf2json.js -f ./test/pdf/fd/form/F1040.pdf -o ./test/target/fd/form -s -t", diff --git a/test/pdf/misc/i200_test.pdf b/test/pdf/misc/i200_err_test.pdf similarity index 100% rename from test/pdf/misc/i200_test.pdf rename to test/pdf/misc/i200_err_test.pdf diff --git a/test/pdf/misc/i243_problem_file_anon.pdf b/test/pdf/misc/i243_err_file_anon.pdf similarity index 100% rename from test/pdf/misc/i243_problem_file_anon.pdf rename to test/pdf/misc/i243_err_file_anon.pdf diff --git a/test/pdf/misc/i274_err.pdf b/test/pdf/misc/i274_err.pdf new file mode 100644 index 00000000..2c521042 Binary files /dev/null and b/test/pdf/misc/i274_err.pdf differ diff --git a/test/pdf/misc/i43_encrypted.pdf b/test/pdf/misc/i43_err_encrypted.pdf similarity index 100% rename from test/pdf/misc/i43_encrypted.pdf rename to test/pdf/misc/i43_err_encrypted.pdf