Files
meshcore-analyzer/cmd
openclaw-bot 33d80b6fe3 test(#1199): demonstrate regex blindspot in resolveWithContext gate (RED)
Item 1/6 from PR #1198 round-2 deferred review. The ad-hoc regex in
resolve_context_callsites_test.go splits on the FIRST comma so any nested
call in arg1 (e.g. getHop(a, b)) makes the gate skip arg2 entirely.

This RED test asserts a synthetic offender is detected by the regex; it is
not. Next commit replaces the regex with a go/parser AST walk.
2026-05-15 14:19:15 +00:00
..