Sha256: a0815b0cac72394f70aeb5a275668356c768cff7f0f878dbdd0dd3b02cf0bfe3
Contents?: true
Size: 1.19 KB
Versions: 86
Compression:
Stored size: 1.19 KB
Contents
{ "exercise": "acronym", "version": "1.3.0", "cases": [ { "description": "Abbreviate a phrase", "cases": [ { "description": "basic", "property": "abbreviate", "input": { "phrase": "Portable Network Graphics" }, "expected": "PNG" }, { "description": "lowercase words", "property": "abbreviate", "input": { "phrase": "Ruby on Rails" }, "expected": "ROR" }, { "description": "punctuation", "property": "abbreviate", "input": { "phrase": "First In, First Out" }, "expected": "FIFO" }, { "description": "all caps word", "property": "abbreviate", "input": { "phrase": "GNU Image Manipulation Program" }, "expected": "GIMP" }, { "description": "punctuation without whitespace", "property": "abbreviate", "input": { "phrase": "Complementary metal-oxide semiconductor" }, "expected": "CMOS" } ] } ] }
Version data entries
86 entries across 86 versions & 1 rubygems