table-row-short-padded

A row with fewer cells than the column count is padded with empty cells; no diagnostic, nothing is lost

§4.8

Input

| A | B |
| C |

Diagnostics

[]

Output AST

- type: Table
  rows:
    - type: Row
      children:
        - type: Cell
          children:
            - type: Text
              value: A
        - type: Cell
          children:
            - type: Text
              value: B
    - type: Row
      children:
        - type: Cell
          children:
            - type: Text
              value: C
        - type: Cell
          children: []
  columns:
    - type: Column
      align: start
    - type: Column
      align: start