Sha256: 08511ada9dccc03e942880b7d87e59adce1a5e613159dea7e44a0f2577ebd74a
Contents?: true
Size: 895 Bytes
Versions: 22
Compression:
Stored size: 895 Bytes
Contents
[ { "description": "maxLength validation", "schema": {"maxLength": 2}, "tests": [ { "description": "shorter is valid", "data": "f", "valid": true }, { "description": "exact length is valid", "data": "fo", "valid": true }, { "description": "too long is invalid", "data": "foo", "valid": false }, { "description": "ignores non-strings", "data": 10, "valid": true }, { "description": "two supplementary Unicode code points is long enough", "data": "\uD83D\uDCA9\uD83D\uDCA9", "valid": true } ] } ]
Version data entries
22 entries across 22 versions & 2 rubygems