Found during automated differential review of PR #406 (pre-existing).
Our gsub replacement error reads invalid capture index %2 in replacement string — that suffix is Lua 5.4 wording; PUC 5.3 says invalid capture index %2. The vendored suite's checkerror substring match tolerates it today, so this is cosmetic conformance only.
🤖 Filed from an automated review pass.
Found during automated differential review of PR #406 (pre-existing).
Our gsub replacement error reads
invalid capture index %2 in replacement string— that suffix is Lua 5.4 wording; PUC 5.3 saysinvalid capture index %2. The vendored suite'scheckerrorsubstring match tolerates it today, so this is cosmetic conformance only.🤖 Filed from an automated review pass.