Skip to content

Commit

Permalink
adjust test for FO table headers for change in default CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Halm committed May 21, 2016
1 parent d5b818b commit ff46022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/test/scala/laika/render/XSLFORendererSpec.scala
Expand Up @@ -451,7 +451,7 @@ class XSLFORendererSpec extends FlatSpec
val elem = Table(TableHead(List(row(cell("a"), cell("b")))),
TableBody(List(row(cell("c"), cell("d")))))
val html = """<fo:table space-after="6mm">
| <fo:table-header border-bottom-style="solid" border-bottom-width="1pt" padding-bottom="2mm">
| <fo:table-header border-bottom-style="solid" border-bottom-width="1pt">
| <fo:table-row>
| <fo:table-cell padding-top="2mm">
| <fo:block font-family="serif" font-size="10pt" space-after="3mm">a</fo:block>
Expand Down

0 comments on commit ff46022

Please sign in to comment.