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
k2: is a valid alias name in YAML (unfortunately).
PyYAML and libyaml implemented this wrong, although I can understand the decision to not support colons in alias names.
Therefor, a space is required if an alias is used as a key (so the title of this issue is right).
This is one of the things that might get removed in the next YAML version, and then the space wouldn't be required anymore, but until then, it's necessary.
YAML code snippet:
PyYAML accepts no space between map key and colon, but ruyaml does not
The text was updated successfully, but these errors were encountered: