Sha256: 957f6aaefaaef9e2258939f5ed3a78994a703a1eb7f67b844a5d9f84b3ea5f46

Contents?: true

Size: 485 Bytes

Versions: 6

Compression:

Stored size: 485 Bytes

Contents

[
    {
        "description": "validation of regular expressions",
        "schema": {"format": "regex"},
        "tests": [
            {
                "description": "a valid regular expression",
                "data": "([abc])+\\s+$",
                "valid": true
            },
            {
                "description": "a regular expression with unclosed parens is invalid",
                "data": "^(abc]",
                "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/regex.json
json_schemer-0.2.9 JSON-Schema-Test-Suite/tests/draft7/optional/format/regex.json
json_schemer-0.2.8 JSON-Schema-Test-Suite/tests/draft2019-09/optional/format/regex.json
json_schemer-0.2.8 JSON-Schema-Test-Suite/tests/draft7/optional/format/regex.json
json_schemer-0.2.7 JSON-Schema-Test-Suite/tests/draft2019-08/optional/format/regex.json
json_schemer-0.2.7 JSON-Schema-Test-Suite/tests/draft7/optional/format/regex.json