From: Richard W.M. Jones Date: Thu, 15 May 2014 18:29:50 +0000 (+0100) Subject: Implement and test multi-matching on strings. X-Git-Tag: v1.1~18 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=329575032af72a3155bcc2640231e603604cd253;hp=329575032af72a3155bcc2640231e603604cd253;p=miniexpect.git Implement and test multi-matching on strings. If the subprocess prints multiple matching strings, and you call mexp_expect repeatedly, the code now does the right thing. ---