* wip: step after forloop results Adding a failing test so I don't forget out about it. In the last step, `items` is `4`, the last item in iteration, rather than the collected list. My guess is this is because the results aren't collected unless the flow quits early or the forloop module is the last module so that `last_step` is true. * test Co-authored-by: sqwishy <somebody@froghat.ca>