Skip to content

Commit 67afa1d

Browse files
committed
If a table cell for a column exists, but is empty, don't return that it does not exist
1 parent 6434a33 commit 67afa1d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

matter/spec/table_info.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@ func (ti *TableInfo) RenderColumn(row *asciidoc.TableRow, renderer CellRenderer,
202202
cell := row.Cell(offset)
203203
cellElements := cell.Children()
204204
if len(cellElements) == 0 {
205-
ok = false
206205
return
207206
}
208207
source = cell

0 commit comments

Comments
 (0)