Skip to content

Commit 210b533

Browse files
author
MarcoFalke
committed
Merge bitcoin#18447: test: Add coverage for script parse error in ParseScript
dcda81c test: add coverage for script parse error in ParseScript (pierrenn) Pull request description: Follow up on this suggestion : bitcoin#18416 (comment) This adds a test case to raise the `script parse error` in `ParseScript`. ACKs for top commit: instagibbs: utACK bitcoin@dcda81c Tree-SHA512: ae0ef2c00f34cee818c83582f190d5f4043159e922862f2b442b7b895b8ff3ca421533699247c12c367be77813b5205830a771cd47a18e8932807ccace2d6a1c
2 parents bdc2644 + dcda81c commit 210b533

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/util/data/bitcoin-util-test.json

+6
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,12 @@
218218
"output_cmp": "txcreate2.json",
219219
"description": "Parses a transaction with no inputs and a single output script (output in json)"
220220
},
221+
{ "exec": "./bitcoin-tx",
222+
"args": ["-create", "outscript=0:123badscript"],
223+
"return_code": 1,
224+
"error_txt": "error: script parse error",
225+
"description": "Create a new transaction with an invalid output script"
226+
},
221227
{ "exec": "./bitcoin-tx",
222228
"args": ["-create", "outscript=0:OP_DROP", "nversion=1"],
223229
"output_cmp": "txcreatescript1.hex",

0 commit comments

Comments
 (0)