Skip to content

Commit

Permalink
add tests for issue #82
Browse files Browse the repository at this point in the history
  • Loading branch information
PgBiel committed Dec 31, 2023
1 parent 3770577 commit 5cf33fa
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions tablex-test.typ
Original file line number Diff line number Diff line change
Expand Up @@ -1059,3 +1059,30 @@ Combining em and pt (with a stroke object):

b
]

*More overlapping rowspans (Issue \#82)*

#tablex(
auto-lines: false,
stroke: 1pt,
columns: (auto,auto,auto,auto),
align:center,
//hlinex(),
//vlinex(), vlinex(), vlinex(),vlinex(),
[Name], [He],[Rack],[Beschreibung],
hlinex(),
cellx(rowspan:2,align:center)["mt01"], cellx(fill: rgb("#b9edffff"), align: left,rowspan:2)[42],
cellx(rowspan:2,align:center)["WAT"],
//hlinex(),
cellx(rowspan:2,align:center)["Löschgasflasche"],
cellx(rowspan:2,align:center)["mt2"], cellx(fill: rgb("#b9edffff"), align: left,rowspan:2)[41],
cellx(rowspan:2,align:center)["WAT"],"test",
(""),"","","","",
cellx(rowspan:2,align:center)["mt3"], cellx(fill: rgb("#b9edffff"), align: left,rowspan:2)[40],
cellx(rowspan:2,align:center)["WAT"],"test",
"","","","","",
cellx(rowspan:2,align:center)["mt3"], cellx(fill: rgb("#b9edffff"), align: left,rowspan:2)[40],
cellx(rowspan:2,align:center)["WAT"],"test",
"","","","","",

)

0 comments on commit 5cf33fa

Please sign in to comment.