additional test for OP_SIZE in script_valid.json

This commit is contained in:
Otto Allmendinger 2014-07-18 10:29:49 +02:00
parent a2404cec27
commit ed02282bba
1 changed files with 1 additions and 0 deletions

View File

@ -126,6 +126,7 @@
["-9223372036854775807", "SIZE 8 EQUAL"],
["'abcdefghijklmnopqrstuvwxyz'", "SIZE 26 EQUAL"],
["42", "SIZE 1 EQUALVERIFY 42 EQUAL", "SIZE does not consume argument"],
["2 -2 ADD", "0 EQUAL"],
["2147483647 -2147483647 ADD", "0 EQUAL"],