@cfworker/json-schema - test summary
November 30, 2020 ยท View on GitHub
@cfworker/json-schema failed tests
Some validators have deliberately chosen not to support parts of the spec. Go to the @cfworker/json-schema homepage to learn if
that is the case for these tests.
| test failed | reason |
|---|---|
invalid instance should not raise error when float division = inf, always invalid, but naive implementations may raise an overflow error | Expected result: false but validator returned: true |
validation of IPv6 addresses, leading whitespace is invalid | Expected result: false but validator returned: true |
validation of IPv6 addresses, trailing whitespace is invalid | Expected result: false but validator returned: true |
validation of IPv6 addresses, zone id is not a part of ipv6 address | Expected result: false but validator returned: true |
validation of URIs, an invalid URI with comma in scheme | Expected result: false but validator returned: true |
Proper UTF-16 surrogate pair handling: pattern, matches empty | Expected result: true but validator returned: false |
Proper UTF-16 surrogate pair handling: pattern, matches two | Expected result: true but validator returned: false |
Proper UTF-16 surrogate pair handling: patternProperties, doesn't match two | Expected result: false but validator returned: true |
ref overrides any sibling keywords, ref valid, maxItems ignored | Expected result: true but validator returned: false |
All other tests passed.