Sha256: 65abafd793c0b33e2e9beb0d3a0c597bfe8a1fa2579c6256ab98896c2d80d812
Contents?: true
Size: 606 Bytes
Versions: 399
Compression:
Stored size: 606 Bytes
Contents
{ "#": [ "Language implementations vary on the issue of missing input variables.", "In this set of test cases, the input variable is left out of the definition,", "and the generator would need to handle the language implementation." ], "cases": [ { "description": "no name", "expected": "Hello, World!" }, { "description": "sample name", "name": "Alice", "expected": "Hello, Alice!" }, { "description": "other sample name", "name": "Bob", "expected": "Hello, Bob!" } ] }
Version data entries
399 entries across 326 versions & 1 rubygems