Version: 1.8.4
i have a yaml file:
test:
- "&8%plugin_so-sum_{cat}_{sub-cat}%&8 in &8%plugin_so-count_{cat}_{sub-cat}%&8 offers"
when i load it with YamlFile#load everything is fine.
when i load it with YamlFile#loadWithComments the file now looks like this:
this is not the behaviour i expected because there are no "#" denoting a comment
Version: 1.8.4
i have a yaml file:
when i load it with YamlFile#load everything is fine.
when i load it with YamlFile#loadWithComments the file now looks like this:
this is not the behaviour i expected because there are no "#" denoting a comment