trailing-space-before-comment

Trailing spaces before a trailing ## collapse to one and are preserved as the word boundary; the payload keeps its own trailing space verbatim

§12.1

Input

a   ## comment 
b

Output AST

- type: Paragraph
  children:
    - type: Text
      value: a b
  reflection:
    - text: "comment "