Parser - Problem with multiple values on one line
If I have this in my YAML file:
array: 1 2 3 4 5
I don't get an error message for multiple values on the same line. That's not the expected behaviour.
If I have this in my YAML file:
array: 1 2 3 4 5
I don't get an error message for multiple values on the same line. That's not the expected behaviour.