* unsafe wrapping should only happen for with_ lookups. Fixes #64379. Addresses #64169 * edit porting guide entry * typo in changelog fragment * typo Co-Authored-By: Sandra McCann <samccann@redhat.com> * punctuation Co-Authored-By: Sandra McCann <samccann@redhat.com>
We introduced the new loop keyword as a replacement for with without adding tests that it behaved as we expected. This test asserts that behaviour. Incidentally, it also shows how to use parameters with lookups and loops now.