mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 13:03:17 +01:00
More unit tests for NUMEQUAL
This commit is contained in:
parent
e07d9f77e9
commit
bdd34642dc
@ -316,6 +316,15 @@
|
|||||||
["2147483647", "1ADD 1"],
|
["2147483647", "1ADD 1"],
|
||||||
["-2147483647", "1ADD 1"],
|
["-2147483647", "1ADD 1"],
|
||||||
|
|
||||||
|
["1", "0x02 0x0100 EQUAL NOT", "Not the same byte array..."],
|
||||||
|
["1", "0x02 0x0100 NUMEQUAL", "... but they are numerically equal"],
|
||||||
|
["11", "0x4c 0x03 0x0b0000 NUMEQUAL"],
|
||||||
|
["0", "0x01 0x80 EQUAL NOT"],
|
||||||
|
["0", "0x01 0x80 NUMEQUAL", "Zero numerically equals negative zero"],
|
||||||
|
["0", "0x02 0x0080 NUMEQUAL"],
|
||||||
|
["0x03 0x000080", "0x04 0x00000080 NUMEQUAL"],
|
||||||
|
["0x03 0x100080", "0x04 0x10000080 NUMEQUAL"],
|
||||||
|
["0x03 0x100000", "0x04 0x10000000 NUMEQUAL"],
|
||||||
|
|
||||||
["NOP", "NOP 1", "The following tests check the if(stack.size() < N) tests in each opcode"],
|
["NOP", "NOP 1", "The following tests check the if(stack.size() < N) tests in each opcode"],
|
||||||
["1", "IF 1 ENDIF", "They are here to catch copy-and-paste errors"],
|
["1", "IF 1 ENDIF", "They are here to catch copy-and-paste errors"],
|
||||||
|
Loading…
Reference in New Issue
Block a user