aboutsummaryrefslogtreecommitdiffstats
path: root/tests/files/RLPTests/invalidRLPTest.json
blob: 508c95835046b2268b5cee799d57e3b1379ab881 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
    "int32Overflow": {
        "in": "INVALID", 
        "out": "bf0f000000000000021111"
    },

    "int32Overflow2": {
        "in": "INVALID", 
        "out": "ff0f000000000000021111"
    }
}