Fix bd-6ku3: Update isHashID to recognize Base36 hash IDs

- Changed pattern from [a-f] (hex) to [a-z] (Base36)
- Added length check: 5+ chars = hash ID (sequential IDs rarely exceed 4 digits)
- Fixes test failure where all-digit Base36 IDs were incorrectly identified as sequential
This commit is contained in:
Steve Yegge
2025-11-06 19:22:12 -08:00
parent 41b1a21206
commit c9247312df
2 changed files with 15 additions and 8 deletions

File diff suppressed because one or more lines are too long