Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.71 KB

ajv.md

File metadata and controls

24 lines (18 loc) · 1.71 KB

ajv - test summary

ajv failed tests

Some validators have deliberately chosen not to support parts of the spec. Go to the ajv homepage to learn if that is the case for these tests.

test failed reason
all integers are multiples of 0.5, if overflow is handled, valid if optional overflow handling is implemented Expected result: true but validator returned: false
validation of e-mail addresses, dot before local part is not valid Expected result: false but validator returned: true
validation of e-mail addresses, dot after local part is not valid Expected result: false but validator returned: true
validation of e-mail addresses, two subsequent dots inside local part are not valid 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
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

All other tests passed.

back to benchmarks