table-header-separator-wide-surplus

A header separator never defines the column count; a separator wider than the count drops its surplus and emits CDN-0018

§4.8

Input

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

Diagnostics

- code: CDN-0018
  level: warning

Output AST

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