trim-doc-trailing-blanks

Trailing blank lines (including whitespace-only lines) at document end are stripped by §7 step 6 — no diagnostic

§7

Input

Hello world

   

Output AST

- type: Paragraph
  children:
    - type: Text
      value: Hello world