Sha256: e2e6aa3ed1ca54d10cc18d1cc06e9621c8027032e6729f890143cd7bdadaa6d9
Contents?: true
Size: 1.39 KB
Versions: 18
Compression:
Stored size: 1.39 KB
Contents
{ "exercise": "acronym", "version": "1.2.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 words", "property": "abbreviate", "input": { "phrase": "PHP: Hypertext Preprocessor" }, "expected": "PHP" }, { "description": "non-acronym all caps word", "property": "abbreviate", "input": { "phrase": "GNU Image Manipulation Program" }, "expected": "GIMP" }, { "description": "hyphenated", "property": "abbreviate", "input": { "phrase": "Complementary metal-oxide semiconductor" }, "expected": "CMOS" } ] } ] }
Version data entries
18 entries across 18 versions & 1 rubygems