Skip to content

Commit 833ff16

Browse files
script tests: values that overflow to 0 are true
1 parent 0072d98 commit 833ff16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/data/script_valid.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
[" 1 2 ", "2 EQUALVERIFY 1 EQUAL"],
1111

1212
["1", ""],
13+
["0x09 0x00000000 0x00000000 0x10", "", "equals zero when cast to Int64"],
1314

1415
["0x01 0x0b", "11 EQUAL", "push 1 byte"],
1516
["0x02 0x417a", "'Az' EQUAL"],

0 commit comments

Comments
 (0)