table-multiline-plus-row-wider-inert

A + row drawn wider than the first content row is inert decoration: it neither counts columns nor positions boundaries, and emits no diagnostic

§4.8

Input

+------+------+------+
| A    | B    |
+------+------+------+

Diagnostics

[]

Output AST

- type: Table
  kind: multiline
  rows:
    - type: Row
      children:
        - type: Cell
          children:
            - type: Paragraph
              children:
                - type: Text
                  value: A
        - type: Cell
          children:
            - type: Paragraph
              children:
                - type: Text
                  value: B
  columns:
    - type: Column
      align: left
    - type: Column
      align: left