script test: test case for 5-byte bools

This commit is contained in:
Otto Allmendinger 2014-07-18 15:41:45 +02:00
parent 4cac5dbf83
commit 89101c6e78
1 changed files with 1 additions and 0 deletions

View File

@ -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"],