minkphp / MinkGoutteDriver

Goutte driver for Mink framework
MIT License
299 stars 52 forks source link

fillField function adds backslashes to an XML feed #37

Closed smrpr closed 10 years ago

smrpr commented 10 years ago

When trying to fill a textbox with an XML I provide, the pasted text is not my original XML, but the XML with backslashes added before the double-quotes.

I've opened a question in StackOverflow with further info:

http://stackoverflow.com/questions/23336764/mink-xml-handling-not-as-expected-adds-backslashes-to-feed

aik099 commented 10 years ago
  1. question needs to posted to other repo: the MinkBrowserKitDriver
  2. you could have posted question there (in other repo) and referenced it on StackOverflow
smrpr commented 10 years ago

Fixed first, second can't be helped now.

aik099 commented 10 years ago

Can you please post backlink here to the posted issue?

smrpr commented 10 years ago

Sure!

https://github.com/Behat/MinkBrowserKitDriver/issues/62