mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-06-18 08:43:55 +00:00
The hand-rolled line-by-line YAML parser treated each line independently, so YAML multiline scalars (folded `>` and literal `|`) were captured as the literal characters ">" or "|" instead of the actual text content.