Expand description
Parses a Markdown/Gherkin table row (| a | b |) into trimmed cells + each
cell’s source span — port of table-cells.ts / TableCells.java.
Structs§
- RowCells
- Parallel, same-length trimmed cells and their source spans.
Functions§
- parse_
row_ cells - Splits
line_text(a| a | b |row) into trimmed cells and each cell’s source span.line_start_offsetis the row’s UTF-16 start offset insource.