diff options
author | Otto Allmendinger <otto.allmendinger@gmail.com> | 2014-07-18 15:41:45 +0200 |
---|---|---|
committer | Otto Allmendinger <otto.allmendinger@gmail.com> | 2014-07-18 15:41:45 +0200 |
commit | 89101c6e78d1640dae06a2b978b752e69aa504a0 (patch) | |
tree | b1d4c4499ed687c7c3b99d77548495dbe5b5f490 /src | |
parent | 4cac5dbf83a3069e9d25051f4c832c537a527495 (diff) |
script test: test case for 5-byte bools
Diffstat (limited to 'src')
-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 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"], |