attrs-scope-chain-text-3

Three trailing {} on text list item: last to List, middle to ListItem, first dropped (Text has no attrs)

§6.2

Input

- text {.a}{.b}{.c}

Output AST

- type: List
  kind: bullet
  loose: false
  children:
    - type: ListItem
      children:
        - type: Text
          value: text
      attributes:
        - key: class
          value:
            - b
  attributes:
    - key: class
      value:
        - c