pandoc/test/Tests
Christian Despres 10c6c411f9
Add Writers.Tables helper functions and types, add tests for those (#6655)
Add Writers.Tables helper functions and types, add tests for those

The Writers.Tables module contains an AnnTable type that is a pandoc
Table with added inferred information that should be enough for
writers (in particular the HTML writer) to operate on without having
to lay out the table themselves.

The toAnnTable and fromAnnTable functions in that module convert
between AnnTable and Table. In addition to producing an AnnTable with
coherent and well-formed annotations, the toAnnTable function also
normalizes its input Table like the table builder does.

Various tests ensure that toAnnTable normalizes tables exactly like
the table builder, and that its annotations are coherent.
2020-09-05 14:36:51 -07:00
..
Lua Update copyright year (#6186) 2020-03-13 09:52:47 -07:00
Readers [Latex Reader] Fixing issues with \multirow and \multicolumn table cells (#6608) 2020-08-15 11:40:10 -07:00
Writers Add Writers.Tables helper functions and types, add tests for those (#6655) 2020-09-05 14:36:51 -07:00
Command.hs Propagate (DY)LD_LIBRARY_PATH in tests (#6376) 2020-05-18 22:46:14 -07:00
Helpers.hs Update copyright year (#6186) 2020-03-13 09:52:47 -07:00
Lua.hs Lua: fix regression in package searcher 2020-05-12 17:10:30 +02:00
Old.hs Propagate (DY)LD_LIBRARY_PATH in tests (#6376) 2020-05-18 22:46:14 -07:00
Shared.hs Modify toLegacyTable to cut up cells, add tests 2020-04-15 23:03:22 -04:00