- Output for 7.4.0 - 7.4.33, 8.0.1 - 8.0.30, 8.1.0 - 8.1.33, 8.2.0 - 8.2.29, 8.3.0 - 8.3.27, 8.4.1 - 8.4.14
- Happy BC tests ✅ $maybe_alpha = false, 3 digit ✅ $maybe_alpha = false, 3 letter ✅ $maybe_alpha = false, 3 mixed ✅ $maybe_alpha = false, 6 digit ✅ $maybe_alpha = false, 6 letter ✅ $maybe_alpha = false, 6 mixed Unhappy BC tests ✅ empty string ✅ no hash ✅ not a-f ✅ not A-F ✅ $maybe_alpha = false, 3 digit with 1 alpha ✅ $maybe_alpha = false, 3 letter with 1 alpha ✅ $maybe_alpha = false, 3 mixed with 1 alpha ✅ $maybe_alpha = false, 6 digit with 2 alpha ✅ $maybe_alpha = false, 6 letter with 2 alpha ✅ $maybe_alpha = false, 6 mixed with 2 alpha Happy alpha tests ✅ $maybe_alpha = true, 3 digit ✅ $maybe_alpha = true, 3 letter ✅ $maybe_alpha = true, 3 mixed ✅ $maybe_alpha = true, 6 digit ✅ $maybe_alpha = true, 6 letter ✅ $maybe_alpha = true, 6 mixed ✅ $maybe_alpha = true, 3 digit with 1 alpha ✅ $maybe_alpha = true, 3 letter with 1 alpha ✅ $maybe_alpha = true, 3 mixed with 1 alpha ✅ $maybe_alpha = true, 6 digit with 2 alpha ✅ $maybe_alpha = true, 6 letter with 2 alpha ✅ $maybe_alpha = true, 6 mixed with 2 alpha Unhappy alpha tests ✅ empty string ✅ no hash ✅ not a-f ✅ not A-F ✅ $maybe_alpha = true, 3 digit with 2 alpha ✅ $maybe_alpha = true, 3 letter with 2 alpha ✅ $maybe_alpha = true, 3 mixed with 2 alpha ✅ $maybe_alpha = true, 6 digit with 1 alpha ✅ $maybe_alpha = true, 6 letter with alpha ✅ $maybe_alpha = true, 6 mixed with alpha