Sha256: 116398b47fcf91bb66446421b0cd1385b0951ebb27b7a1aaa01de72e846661da

Contents?: true

Size: 729 Bytes

Versions: 23

Compression:

Stored size: 729 Bytes

Contents

{
  "valid": [
    {
      "description": "single digit strings can not be valid",
      "input": "1",
      "expected": false
    },
    {
      "description": "A single zero is invalid",
      "input": "0",
      "expected": false
    },
    {
      "description": "valid Canadian SIN",
      "input": "046 454 286",
      "expected": true
    },
    {
      "description": "invalid Canadian SIN",
      "input": "046 454 287",
      "expected": false
    },
    {
      "description": "invalid credit card",
      "input": "8273 1232 7352 0569",
      "expected": false
    },
    {
      "description": "valid strings with a non-digit added become invalid",
      "input": "046a 454 286",
      "expected": false
    }
  ]
}

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
trackler-2.0.6.34 common/exercises/luhn/canonical-data.json
trackler-2.0.6.33 common/exercises/luhn/canonical-data.json
trackler-2.0.6.32 common/exercises/luhn/canonical-data.json
trackler-2.0.6.31 common/exercises/luhn/canonical-data.json
trackler-2.0.6.30 common/exercises/luhn/canonical-data.json
trackler-2.0.6.29 common/exercises/luhn/canonical-data.json
trackler-2.0.6.28 common/exercises/luhn/canonical-data.json
trackler-2.0.6.27 common/exercises/luhn/canonical-data.json
trackler-2.0.6.26 common/exercises/luhn/canonical-data.json
trackler-2.0.6.25 common/exercises/luhn/canonical-data.json
trackler-2.0.6.24 common/exercises/luhn/canonical-data.json
trackler-2.0.6.23 common/exercises/luhn/canonical-data.json
trackler-2.0.6.22 common/exercises/luhn/canonical-data.json
trackler-2.0.6.21 common/exercises/luhn/canonical-data.json
trackler-2.0.6.20 common/exercises/luhn/canonical-data.json
trackler-2.0.6.19 common/exercises/luhn/canonical-data.json
trackler-2.0.6.18 common/exercises/luhn/canonical-data.json
trackler-2.0.6.17 common/exercises/luhn/canonical-data.json
trackler-2.0.6.16 common/exercises/luhn/canonical-data.json
trackler-2.0.6.15 common/exercises/luhn/canonical-data.json