Sha256: 5eb1f8faa0d8dc6b6daee5782d5ca9d0bbeab9bccb896cd59b898f2a45f4aafd

Contents?: true

Size: 971 Bytes

Versions: 26

Compression:

Stored size: 971 Bytes

Contents

{
    "description": "Int32 type",
    "bson_type": "0x10",
    "test_key": "i",
    "valid": [
        {
            "description": "MinValue",
            "bson": "0C0000001069000000008000",
            "extjson": "{\"i\" : -2147483648}"
        },
        {
            "description": "MaxValue",
            "bson": "0C000000106900FFFFFF7F00",
            "extjson": "{\"i\" : 2147483647}"
        },
        {
            "description": "-1",
            "bson": "0C000000106900FFFFFFFF00",
            "extjson": "{\"i\" : -1}"
        },
        {
            "description": "0",
            "bson": "0C0000001069000000000000",
            "extjson": "{\"i\" : 0}"
        },
        {
            "description": "1",
            "bson": "0C0000001069000100000000",
            "extjson": "{\"i\" : 1}"
        }
    ],
    "decodeErrors": [
        {
            "description": "Bad int32 field length",
            "bson": "090000001061000500"
        }
    ]
}

Version data entries

26 entries across 25 versions & 2 rubygems

Version Path
bson-4.7.1-java spec/support/corpus-tests/int32.json
bson-4.7.1 spec/support/corpus-tests/int32.json
bson-4.7.0-java spec/support/corpus-tests/int32.json
bson-4.7.0 spec/support/corpus-tests/int32.json
bson-4.6.0-java spec/support/corpus-tests/int32.json
bson-4.6.0 spec/support/corpus-tests/int32.json
bson-4.5.0-java spec/support/corpus-tests/int32.json
bson-4.5.0 spec/support/corpus-tests/int32.json
bson-4.4.2-java spec/support/corpus-tests/int32.json
bson-4.4.2 spec/support/corpus-tests/int32.json
bson-4.4.1-java spec/support/corpus-tests/int32.json
bson-4.4.1 spec/support/corpus-tests/int32.json
tdiary-5.0.8 vendor/bundle/gems/bson-4.3.0/spec/support/corpus-tests/int32.json
bson-4.3.0-java spec/support/corpus-tests/int32.json
bson-4.3.0 spec/support/corpus-tests/int32.json
bson-4.3.0.beta spec/support/corpus-tests/int32.json
bson-4.3.0.beta-java spec/support/corpus-tests/int32.json
bson-4.2.2-java spec/support/corpus-tests/int32.json
bson-4.2.2 spec/support/corpus-tests/int32.json
tdiary-5.0.5 vendor/bundle/gems/bson-4.2.1/spec/support/corpus-tests/int32.json