On Mon, 2024-07-01 at 17:42 -0700, Andrii Nakryiko wrote: [...] > > +struct msgs { > > but then "expected_msgs"? It's not messages it's definitions of > expected message specifier (which is a substring or regex), seems > useful to preserve distinction/specificity? Will change. > > > + struct expect_msg *patterns; > > + size_t cnt; > > +}; [...]