You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
The problem is that if there is no content property, even one of "" or null value, I can't say whether the thing is refracted element or the final value. My algorithm doesn't see content, so it considers the {"element": "string"} part to be the final value of the "value": {... node.
honzajavorek
added a commit
to apiaryio/dredd-transactions
that referenced
this issue
Apr 21, 2016
The parameter gets parsed as:
protagonist @ 1.3.0
protagonist @ 1.3.0-pre.1
Notice the change:
"value": { "element": "string", - "content": "" }
Is this correct behavior or is it a bug?
The text was updated successfully, but these errors were encountered: