summaryrefslogtreecommitdiffstats
path: root/layout/layout_test.go
AgeCommit message (Collapse)Author
2020-02-20Issue #56. Slight improvement in layout algorithm. Still doesn't handle > 2 ↵Sean E. Russell
columns well, but it's more correct and lays the foundation for a correct solution. It's clear, however, that a full table model parser will require a substantial rewrite and, possibly, a change in the layout syntax. That would add substantial complexity, so maybe for some future effort. I'll fix the basic column layout (rowspans at the edges), and then shelve it.
2020-02-13Fixes the directory structure.Sean E. Russell