Sha256: 597f3f4b7cd2248ae209ed6c60dce9b27c6b5c152935f4f95eeca7b978f5fabc
Contents?: true
Size: 1.35 KB
Versions: 60
Compression:
Stored size: 1.35 KB
Contents
{ "exercise": "acronym", "version": "1.0.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": "camelcase", "property": "abbreviate", "phrase": "HyperText Markup Language", "expected": "HTML" }, { "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
60 entries across 60 versions & 1 rubygems