apiaryio / fury-adapter-swagger

Swagger 2.0 parser adapter for Fury.js
MIT License
11 stars 12 forks source link

Fix detecting JSON with spaces before `:` #175

Closed kylef closed 6 years ago

kylef commented 6 years ago

When the JSON document has spaces around the : our Regex tripped up as it assumes that the colon can only be directly after the quote or swagger key.

This was discovered in https://github.com/apiaryio/dredd/issues/1018