pandoc/test/Tests
Albert Krewinkel fb54f3d679
API change: use PandocError for exceptions in Lua subsystem
The PandocError type is used throughout the Lua subsystem, all Lua
functions throw an exception of this type if an error occurs. The
`LuaException` type is removed and no longer exported from
`Text.Pandoc.Lua`. In its place, a new constructor `PandocLuaError` is
added to PandocError.
2020-04-17 21:52:48 +02:00
..
Lua Update copyright year (#6186) 2020-03-13 09:52:47 -07:00
Readers Use the new builders, modify readers to preserve empty headers 2020-04-15 23:03:22 -04:00
Writers Use the new builders, modify readers to preserve empty headers 2020-04-15 23:03:22 -04:00
Command.hs Update copyright year (#6186) 2020-03-13 09:52:47 -07:00
Helpers.hs Update copyright year (#6186) 2020-03-13 09:52:47 -07:00
Lua.hs API change: use PandocError for exceptions in Lua subsystem 2020-04-17 21:52:48 +02:00
Old.hs Update copyright year (#6186) 2020-03-13 09:52:47 -07:00
Shared.hs Modify toLegacyTable to cut up cells, add tests 2020-04-15 23:03:22 -04:00