nodejitsu / nexpect

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

Allow passing a function to expect() and wait() #28

Closed tomek-he-him closed 8 years ago

tomek-he-him commented 9 years ago

My use case: I’m analyzing JSON output. It’s impossible to do it reliably with string or RegExp matching.

tomek-he-him commented 8 years ago

Closing to remove clutter 🙂

Feel free to open if you think this is mergeable.