Hi,
The problem is that the tool is using comments to indicates line to check, which doesn't work well with the "// want" comments used by analysistest.
The closest I got was using comments like:
handleFunc(handler, "/users/{id:[0-9+}") // recheck:1 // want `missing closing ] in "[0-9+}\""`
But this now fails with
in 'want' comment: error parsing regexp: missing closing ]: `[a-zA-Z\""`
Any ideas how can I make this work?
Thanks,
Miki