Neslib.Yaml icon indicating copy to clipboard operation
Neslib.Yaml copied to clipboard

Parser error on loading file with flow sequence containing plain scalars

Open stewcam opened this issue 1 year ago • 0 comments

I am working with YAML files in an environment where a file may include a flow sequence such as:

- triggers: [trigger1, trigger2]

However, on loading a file with this line with Neslib.Yaml an EYamlParserError is created. If the scalars in the flow sequence are single-quoted or double-quoted the issue does not arise.

stewcam avatar Jan 18 '25 00:01 stewcam