comment-inline-after-attrs-transparent

## payload stored in reflection; trailing {attrs} still claim their scope-chain slot unaffected

§2.6 · source

Input

some text {.p} ## tail comment

Output AST

- type: Paragraph
  attributes:
    - key: class
      value:
        - p
  children:
    - type: Text
      value: "some text "
  reflection:
    - loc:
        start: 18
        end: 30
      text: tail comment