yaml / yaml-test-suite

Comprehensive, language independent Test Suite for YAML
MIT License
172 stars 58 forks source link

Why is `a: :a` valid while `a: a:` is not? #125

Open andreif opened 11 months ago

andreif commented 11 months ago

If mapping values are clearly not allowed there, then why not just simply convert it to string a: "a:" without forcing user to add checks for it?