table-header-separator-narrow

A header separator narrower than the column count is not an error; uncovered columns default to left

§4.8

Input

| A | B | C |
|---:|

Diagnostics

[]

Output AST

- type: Table
  rows:
    - type: Header
      children:
        - type: Cell
          children:
            - type: Text
              value: A
        - type: Cell
          children:
            - type: Text
              value: B
        - type: Cell
          children:
            - type: Text
              value: C
  columns:
    - type: Column
      align: right
    - type: Column
      align: start
    - type: Column
      align: start