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
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.