Sha256: 6b59c08a3c6bec799cd4917915d046407f4aaa2c8debc0b14eae7fa20511736d
Contents?: true
Size: 896 Bytes
Versions: 47
Compression:
Stored size: 896 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": 100, "valid": true }, { "description": "two supplementary Unicode code points is long enough", "data": "\uD83D\uDCA9\uD83D\uDCA9", "valid": true } ] } ]
Version data entries
47 entries across 38 versions & 3 rubygems