JasperVanDenBosch / fexpect

extension for fabric to handle prompts through pexpect
http://ilogue.com/jasper/blog/fexpect--dealing-with-prompts-in-fabric-with-pexpect/
BSD 2-Clause "Simplified" License
44 stars 13 forks source link

`createScript` fails for `\n` or `"` characters in `expect()` #21

Open pconerly opened 10 years ago

pconerly commented 10 years ago

If I run a test that has newlines \n or " or \" characters in it, the tests will fail with syntax errors.