Sha256: ec7bec136ed05519b69b2e441a2e6abe9bd4e6f29f39fa0380f9395254fc050d
Contents?: true
Size: 886 Bytes
Versions: 69
Compression:
Stored size: 886 Bytes
Contents
[ { "description": "minLength validation", "schema": {"minLength": 2}, "tests": [ { "description": "longer is valid", "data": "foo", "valid": true }, { "description": "exact length is valid", "data": "fo", "valid": true }, { "description": "too short is invalid", "data": "f", "valid": false }, { "description": "ignores non-strings", "data": 1, "valid": true }, { "description": "one supplementary Unicode code point is not long enough", "data": "\uD83D\uDCA9", "valid": false } ] } ]
Version data entries
69 entries across 38 versions & 3 rubygems