table-cell-inline-attrs-non-final-cell

Every cell is its own inline context, so a chain at the end of a non-final cell binds inside that cell

§4.8

Input

| **AA** {.x} | BB |

Diagnostics

[]

Output AST

- type: Table
  kind: pipe
  rows:
    - type: Row
      children:
        - type: Cell
          children:
            - type: Strong
              children:
                - type: Text
                  value: AA
              attributes:
                - key: class
                  value:
                    - x
        - type: Cell
          children:
            - type: Text
              value: BB
      attributes: []
  attributes: []