Sha256: 8bbd5d021cec01bef02771a1473406d6e8a3ee920a402890c97bf83a0213cd8a
Contents?: true
Size: 1.02 KB
Versions: 95
Compression:
Stored size: 1.02 KB
Contents
{ "cases": [ { "description": "empty string", "input": "", "expected": true }, { "description": "isogram with only lower case characters", "input": "isogram", "expected": true }, { "description": "word with one duplicated character", "input": "eleven", "expected": false }, { "description": "longest reported english isogram", "input": "subdermatoglyphic", "expected": true }, { "description": "word with duplicated character in mixed case", "input": "Alphabet", "expected": false }, { "description": "hypothetical isogrammic word with hyphen", "input": "thumbscrew-japingly", "expected": true }, { "description": "isogram with duplicated non letter character", "input": "Hjelmqvist-Gryb-Zock-Pfund-Wax", "expected": true }, { "description": "made-up name that is an isogram", "input": "Emily Jung Schwartzkopf", "expected": true } ] }
Version data entries
95 entries across 95 versions & 1 rubygems