Implement and test multi-matching on strings.
authorRichard W.M. Jones <rjones@redhat.com>
Thu, 15 May 2014 18:29:50 +0000 (19:29 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 15 May 2014 18:36:22 +0000 (19:36 +0100)
commit329575032af72a3155bcc2640231e603604cd253
tree84972231e47561d9172ff1858948e47c36549730
parent0fe43b4d2de5ac336c2f1635b9a8f60b3ae00370
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.
.gitignore
Makefile.am
miniexpect.c
miniexpect.h
miniexpect.pod
test-multi-match.c [new file with mode: 0644]