fix: correct code-map line counting#508
Conversation
Greptile SummaryThis PR fixes an operator-precedence bug in Root cause: JavaScript's Fix: Test update: The regression test expectation is corrected from Confidence Score: 5/5Safe to merge — minimal, correct operator-precedence fix with an updated regression test. The change is a single-line fix for a well-understood operator-precedence bug. The fix is provably correct, all edge cases (empty string, null source) are already handled, and the test expectation is updated to match the correct behavior. No other logic is touched. No files require special attention. Important Files Changed
Reviews (1): Last reviewed commit: "fix: correct code-map line counting" | Re-trigger Greptile |
|
Awesome, thanks! |
Summary
Validation