nodejitsu / nexpect

spawn and control child processes in node.js with ease
http://github.com/nodejitsu/nexpect
Other
290 stars 37 forks source link

Support RegExp expectations #15

Closed bajtos closed 10 years ago

bajtos commented 10 years ago

Modify _expect() and _wait() to support both sub-string and RegExp specifications of what output is expected.

@sam-github @indexzero Could one of you review the patch please?

sam-github commented 10 years ago

LGTM.