aboutsummaryrefslogtreecommitdiff
path: root/test/Tests
diff options
context:
space:
mode:
authorTuong Nguyen Manh <[email protected]>2025-08-09 13:48:32 +0200
committerAlbert Krewinkel <[email protected]>2025-08-10 08:20:49 +0200
commit816ca8480dd0887f39294f91a38e66bda33bbd2d (patch)
tree8cc7f87f1f5b937141eba4cbdd56b49ba7cd7e1b /test/Tests
parent282fa55421b76f93a98682088807d79267d3bb38 (diff)
ODT Reader: Add table-header-rows
Diffstat (limited to 'test/Tests')
-rw-r--r--test/Tests/Readers/ODT.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Tests/Readers/ODT.hs b/test/Tests/Readers/ODT.hs
index c226259bb..a5e2dc009 100644
--- a/test/Tests/Readers/ODT.hs
+++ b/test/Tests/Readers/ODT.hs
@@ -180,6 +180,8 @@ namesOfTestsComparingToNative = [ "blockquote"
, "referenceToText"
, "simpleTable"
, "simpleTableWithCaption"
+ , "simpleTableWithHeader"
+ , "simpleTableWithMultipleHeaderRows"
, "tab"
-- , "table"
, "textMixedStyles"