sideshowcoder / canned

Server to respond with fake API responses, by using a directory of files for finding out what to say!
213 stars 46 forks source link

Allow forward slashes in json content for body, params and header annotations #90

Closed wadtech closed 8 years ago

wadtech commented 8 years ago

Hi,

I needed to be able to test against URLs provided in the comment lines, I added a test for allowing forward slashes in the JSON to be parsed.

Before: unexpected end of input / crash After: correctly parsed request metadata

Cheers

sideshowcoder commented 8 years ago

Thanks so much for the contribution!

wadtech commented 8 years ago

My pleasure, thanks for your project.