Sha256: 4866d30c89bafc26aa0cb2671b9ee3a8741c0e69e2ea5c2d2c4e5ec956f124c2

Contents?: true

Size: 1.23 KB

Versions: 6

Compression:

Stored size: 1.23 KB

Contents

[
    {
        "description": "validation of internationalized host names",
        "schema": {"format": "idn-hostname"},
        "tests": [
            {
                "description": "a valid host name (example.test in Hangul)",
                "data": "실례.테스트",
                "valid": true
            },
            {
                "description": "illegal first char U+302E Hangul single dot tone mark",
                "data": "〮실례.테스트",
                "valid": false
            },
            {
                "description": "contains illegal char U+302E Hangul single dot tone mark",
                "data": "실〮례.테스트",
                "valid": false
            },
            {
                "description": "a host name with a component too long",
                "data": "실실실실실실실실실실실실실실실실실실실실실실실실실실실실실실실실실실실실실실실실실실실실실실실실실실실실례례테스트례례례례례례례례례례례례례례례례례테스트례례례례례례례례례례례례례례례례례례례테스트례례례례례례례례례례례례테스트례례실례.테스트",
                "valid": false
            }
        ]
    }
]

Version data entries

6 entries across 3 versions & 1 rubygems

Version Path
json_schemer-0.2.9 JSON-Schema-Test-Suite/tests/draft2019-09/optional/format/idn-hostname.json
json_schemer-0.2.9 JSON-Schema-Test-Suite/tests/draft7/optional/format/idn-hostname.json
json_schemer-0.2.8 JSON-Schema-Test-Suite/tests/draft2019-09/optional/format/idn-hostname.json
json_schemer-0.2.8 JSON-Schema-Test-Suite/tests/draft7/optional/format/idn-hostname.json
json_schemer-0.2.7 JSON-Schema-Test-Suite/tests/draft2019-08/optional/format/idn-hostname.json
json_schemer-0.2.7 JSON-Schema-Test-Suite/tests/draft7/optional/format/idn-hostname.json