digit-accumulation-is-greedy

Status: IN

Consecutive digits in `abbr` are always parsed as a single number via a greedy inner `while` loop (e.g., `"12"` means skip 12, not skip 1 then skip 2).

Source: entries/2026/06/06/valid-word-abbreviation-solution.md

JSON