attrs-scope-chain-span-2

Two trailing {} on list item with Span: last to List, preceding to ListItem (Span gets nothing)

§6.2

Input

- ::sp {.a}{.b}

Output AST

- type: List
  kind: bullet
  loose: false
  children:
    - type: ListItem
      children:
        - type: Span
          name: sp
      attributes:
        - key: class
          value:
            - a
  attributes:
    - key: class
      value:
        - b