diff options
| author | Stephan Meijer <me@stephanmeijer.com> | 2023-11-07 04:15:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-06 19:15:37 -0800 |
| commit | 56f7f114732b32870093ea1cd9bf7b8d5b1f2260 (patch) | |
| tree | 7bf21e1056cdbe885000be066b36b8112b7cefa2 /test/Tests | |
| parent | 76cd115d3bccc77df527b048ae7cad111e477d3d (diff) | |
ODT reader: Support attr `text:continue-numbering` (#8998)
Closes #8979.
Diffstat (limited to 'test/Tests')
| -rw-r--r-- | test/Tests/Readers/ODT.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Tests/Readers/ODT.hs b/test/Tests/Readers/ODT.hs index b48dbe9a3..e9b2c4652 100644 --- a/test/Tests/Readers/ODT.hs +++ b/test/Tests/Readers/ODT.hs @@ -169,6 +169,8 @@ namesOfTestsComparingToNative = [ "blockquote" , "imageIndex" , "imageWithCaption" , "inlinedCode" + , "listContinueNumbering" + , "listContinueNumbering2" , "orderedListMixed" , "orderedListRoman" , "orderedListSimple" |
