parroty / exvcr

HTTP request/response recording library for elixir, inspired by VCR.
MIT License
727 stars 133 forks source link

Add extra info about matching the URL with a regexp #41

Closed weppos closed 8 years ago

weppos commented 8 years ago

While using the library in one of my projects, I had some hard time figuring out why the regular expression string was not working. In order to avoid escaping the /, I was using another delimiter.

I had to dig into the source code to figure out what was going on. This PR adds some extra information about what kind of syntax is expected for the regular expression string.

parroty commented 8 years ago

Thanks! I may try to check if formatting can be improved.