aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorOtto Allmendinger <otto.allmendinger@gmail.com>2014-07-18 10:29:49 +0200
committerOtto Allmendinger <otto.allmendinger@gmail.com>2014-07-18 10:29:49 +0200
commited02282bba468ec7224b7e836d3fe4543bf5ba1e (patch)
treedff79957063189bc4c543a96c833c1b8641b3143 /src
parenta2404cec27f800c59df253f330a02dd35a268a2a (diff)
downloadbitcoin-ed02282bba468ec7224b7e836d3fe4543bf5ba1e.tar.xz
additional test for OP_SIZE in script_valid.json
Diffstat (limited to 'src')
-rw-r--r--src/test/data/script_valid.json1
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"],