additional test for OP_SIZE in script_valid.json
This commit is contained in:
parent
a2404cec27
commit
ed02282bba
1 changed files with 1 additions and 0 deletions
|
@ -126,6 +126,7 @@
|
||||||
["-9223372036854775807", "SIZE 8 EQUAL"],
|
["-9223372036854775807", "SIZE 8 EQUAL"],
|
||||||
["'abcdefghijklmnopqrstuvwxyz'", "SIZE 26 EQUAL"],
|
["'abcdefghijklmnopqrstuvwxyz'", "SIZE 26 EQUAL"],
|
||||||
|
|
||||||
|
["42", "SIZE 1 EQUALVERIFY 42 EQUAL", "SIZE does not consume argument"],
|
||||||
|
|
||||||
["2 -2 ADD", "0 EQUAL"],
|
["2 -2 ADD", "0 EQUAL"],
|
||||||
["2147483647 -2147483647 ADD", "0 EQUAL"],
|
["2147483647 -2147483647 ADD", "0 EQUAL"],
|
||||||
|
|
Loading…
Add table
Reference in a new issue