Sha256: 042ab4f6faa6a62a4ff450705a83262b2f69aaad40a9f04143ca6ca22cf80792

Contents?: true

Size: 1.06 KB

Versions: 6

Compression:

Stored size: 1.06 KB

Contents

{
    "abbreviate": {
        "description": "Abbreviate a phrase",
        "cases": [
            {
                "description": "basic",
                "phrase": "Portable Network Graphics",
                "expected": "PNG"
            },
            {
                "description": "lowercase words",
                "phrase": "Ruby on Rails",
                "expected": "ROR"
            },
            {
                "description": "camelcase",
                "phrase": "HyperText Markup Language",
                "expected": "HTML"
            },
            {
                "description": "punctuation",
                "phrase": "First In, First Out",
                "expected": "FIFO"
            },
            {
                "description": "all caps words",
                "phrase": "PHP: Hypertext Preprocessor",
                "expected": "PHP"
            },
            {
                "description": "hyphenated",
                "phrase": "Complementary metal-oxide semiconductor",
                "expected": "CMOS"
            }
        ]
    }
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
trackler-1.0.2.0 common/exercises/acronym/canonical-data.json
trackler-1.0.1.2 common/exercises/acronym/canonical-data.json
trackler-1.0.1.1 common/exercises/acronym/canonical-data.json
trackler-1.0.1.0 common/exercises/acronym/canonical-data.json
trackler-1.0.0.1 common/exercises/acronym/canonical-data.json
trackler-1.0.0 common/exercises/acronym/canonical-data.json