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