aboutsummaryrefslogtreecommitdiff
path: root/src/test/data
diff options
context:
space:
mode:
authorOtto Allmendinger <otto.allmendinger@gmail.com>2014-07-18 15:41:45 +0200
committerOtto Allmendinger <otto.allmendinger@gmail.com>2014-07-18 15:41:45 +0200
commit89101c6e78d1640dae06a2b978b752e69aa504a0 (patch)
treeb1d4c4499ed687c7c3b99d77548495dbe5b5f490 /src/test/data
parent4cac5dbf83a3069e9d25051f4c832c537a527495 (diff)
downloadbitcoin-89101c6e78d1640dae06a2b978b752e69aa504a0.tar.xz
script test: test case for 5-byte bools
Diffstat (limited to 'src/test/data')
-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 af0326ad92..082c65efed 100644
--- a/src/test/data/script_valid.json
+++ b/src/test/data/script_valid.json
@@ -66,6 +66,7 @@
["0", "IF RETURN ENDIF 1", "RETURN only works if executed"],
["1 1", "VERIFY"],
+["1 0x05 0x01 0x00 0x00 0x00 0x00", "VERIFY", "values >4 bytes can be cast to boolean"],
["10 0 11 TOALTSTACK DROP FROMALTSTACK", "ADD 21 EQUAL"],
["'gavin_was_here' TOALTSTACK 11 FROMALTSTACK", "'gavin_was_here' EQUALVERIFY 11 EQUAL"],