Closed maleadt closed 3 years ago
What doesn't work: continue in @testcase; using return works around it. Not easy to work around, I think.
continue
@testcase
return
Thanks @maleadt! Awesome improvement! Was on my TODO-list for a while. Really appreciate it. Will review it ASAP.
What doesn't work:
continue
in@testcase
; usingreturn
works around it. Not easy to work around, I think.