Answer the review: one home per contract, and cover the matching's last branch
CI / gate (push) Successful in 5s

This commit is contained in:
2026-08-27 13:17:08 +02:00
parent a8bea25b7c
commit 1108d36d1f
7 changed files with 76 additions and 30 deletions
-3
View File
@@ -257,9 +257,6 @@ function runLength(scan: string, index: number): number {
return length
}
function charAt(text: string, index: number): string {
return index < 0 ? '' : text.charAt(index)
}