Skip to content

Commit

Permalink
additional test for OP_SIZE in script_valid.json
Browse files Browse the repository at this point in the history
  • Loading branch information
OttoAllmendinger committed Jul 18, 2014
1 parent a2404ce commit ed02282
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/data/script_valid.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit ed02282

Please sign in to comment.