quote-inline-single

'' delimiters produce QuoteInline with kind=single

§5.8

Input

''hi''

Output AST

- type: Paragraph
  children:
    - type: QuoteInline
      kind: single
      children:
        - type: Text
          value: hi