Capture and section state not reported correctly with manual exception handling followed by unhandled exception #179
Labels
bug:confirmed
Something isn't working (confirmed)
Milestone
This is a bit of a niche edge case, but following changes in #178 (unreleased, so only affecting the main branch), the following doesn't behave as expected:
For captures:
For sections:
In both cases, the unhandled exception "bad 2" will be reported with the capture/section information of "bad 1".
This will only occur if no snitch macro is encountered between the two
throw
. So, for example, the following works again as expected:The text was updated successfully, but these errors were encountered: