diff options
author | Otto Allmendinger <otto.allmendinger@gmail.com> | 2014-07-18 10:29:49 +0200 |
---|---|---|
committer | Otto Allmendinger <otto.allmendinger@gmail.com> | 2014-07-18 10:29:49 +0200 |
commit | ed02282bba468ec7224b7e836d3fe4543bf5ba1e (patch) | |
tree | dff79957063189bc4c543a96c833c1b8641b3143 | |
parent | a2404cec27f800c59df253f330a02dd35a268a2a (diff) |
additional test for OP_SIZE in script_valid.json
-rw-r--r-- | src/test/data/script_valid.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/data/script_valid.json b/src/test/data/script_valid.json index 7546a3b1fe..2827126f29 100644 --- a/src/test/data/script_valid.json +++ b/src/test/data/script_valid.json @@ -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"], |