Closed kylef closed 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
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