-
Notifications
You must be signed in to change notification settings - Fork 145
YAML parsed incorrectly? #179
Copy link
Copy link
Open
Description
Hi,
I'm parsing the following YAML:
main:
some key:
any text here
using the code below:
YamlConfig yamlConfig = new YamlConfig();
YamlReader yamlReader = new YamlReader(yaml, yamlConfig);
I checked this YAML in different online parsers and according to them this YAML is incorrect. You can also see that the indentation is not right on the third row.
When I print out the parsed object I get the following:
{main={some key=any text here}}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels