mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-05-03 16:25:53 +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.