table-opens-with-header-separator

A table whose only row is a header separator has no content row to fix the column count, so columns is empty

§4.8

Input

|:---|----|

Diagnostics

[]

Output AST

- type: Table
  rows: []
  columns: []