On Jul 26, 2014, at 9:30 AM, Marek Polacek <pola...@redhat.com> wrote: > Marc reported that using .* regexp can cause spurious fails, so > fixed by using \[^\n\]* instead.
Yeah, that’s a perennial non-obviousness and a slightly bad interface. Thanks.