attrs-scope-chain-fileref

Two trailing {} on FileRef: last to FileRefGroup, preceding to FileRef

§6.1.2

Input

/img.png {.a}{.b}

Output AST

- type: FileRefGroup
  group: image
  children:
    - type: FileRef
      path: /img.png
      query: ""
      fragment: ""
      attributes:
        - key: class
          value:
            - a
  attributes:
    - key: class
      value:
        - b