-
-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
map
parsed as string
#550
Comments
Agreed, there's something wrong in the
To be picky, it's a sequence with a map as a value, and that map has a single pair with empty key and value. But it is indeed correctly parsed. |
Describe the bug
a flow map with an empty value should be parsed as
map
, notstring
Flow nodes and flow keys are not allowed to contain the character set
:]
To Reproduce
Expected behaviour
[c:]
should be amap
withc
key andempty
for the value[a:b]
is correctly parsed as a string[:]
is correctly parsed as an empty mapVersions:
1.89
yaml
:2.4.3
Additional context
The text was updated successfully, but these errors were encountered: