This repository has been archived by the owner on Oct 1, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 56
MSON: Complex samples are parsed as distinct values #286
Labels
Comments
I am going to look into this. |
Wrote a test case in pksunkara/286 branch which is failing currently. |
👍 thanks! |
@honzajavorek But the expected output should be the following: {
"literal": "3, 4",
"variable": true
} |
@pksunkara That would be imho very difficult to process by subsequent tooling (aka boutique). |
@pksunkara is this still an issue? |
@zdne Yes, we still haven't fixed this. |
This was referenced Oct 1, 2018
Migrated to apiaryio/drafter#639 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Protagonist version
"protagonist-experimental": "0.18.2"
MSON Specs
https://github.com/apiaryio/mson/blob/master/MSON%20Specification.md#44-sample
Example MSON (copy pasted from specs)
Result of parsing
Expected
Probably sth like
Other possible option: the spec is wrong.
The text was updated successfully, but these errors were encountered: