yaml with colon inside quotes fails parsing: why?
21:01 06 Jul 2026

Repro:

a:
  - b "c: "

Every yaml parser I could find chokes on the colon here. It works if I do "c:" without the space. Why? Isn't parsing languages with quoted strings a problem solved since 1965?

parsing yaml