Patrick Steinhardt <ps@xxxxxx> writes: > Hum, good point. How about the below diff? Will reroll the patch series > if that looks good to you. > > --- a/t/README > +++ b/t/README > @@ -736,7 +736,8 @@ The "do's:" > done > > Note that while the test title uses double quotes ("), the test body > - should continue to use single quotes ('). The loop variable will be > + should continue to use single quotes (') to avoid breakage in case the > + values contain e.g. quoting characters. The loop variable will be > accessible regardless of the single quotes as the test body is passed > to `eval`. Wow, simple and effective.