mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-08-19 21:11:45 +10:00
The expected offset disagreed with its own line and column: line 2 column 17 is offset 28, which is where `red` starts. Offset 31 pointed at `; }`. The sibling UTF-16 case in the same file already used the correct arithmetic. Anchors the offset to the source it must point at so it cannot drift again.