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
This is valid YAML/KSY that contains a flow-folded string[1][2][3].
meta:
id: examplefile-extension: exampleseq:
- id: stringdemosize: 0doc: This is a flow-stylemulti-line string
But causes the web IDE's YAML parser to throw a ParseException: YAML parsing error: <ParseException> Unable to parse. (line 8: ' multi-line string')
Quoting the string (with ' or ") causes the parser to throw this exception instead: YAML parsing error: <ParseException> Malformed inline YAML string ('This is a flow-style). (line 7: 'doc: 'This is a flow-style ')
This is valid YAML/KSY that contains a flow-folded string[1][2][3].
But causes the web IDE's YAML parser to throw a
ParseException
:YAML parsing error: <ParseException> Unable to parse. (line 8: ' multi-line string')
Quoting the string (with
'
or"
) causes the parser to throw this exception instead:YAML parsing error: <ParseException> Malformed inline YAML string ('This is a flow-style). (line 7: 'doc: 'This is a flow-style ')
The text was updated successfully, but these errors were encountered: