pandoc/test/Tests
Albert Krewinkel cd91f72843
Lua: set lpeg, re as globals; allow shared lib access via require
The `lpeg` and `re` modules are loaded into globals of the respective
name, but they are not necessarily registered as loaded packages. This
ensures that

- the built-in library versions are preferred when setting the globals,
- a shared library is used if pandoc has been compiled without `lpeg`,
  and
- the `require` mechanism can be used to load the shared library if
  available, falling back to the internal version if possible and
  necessary.
2021-11-17 10:03:04 +01:00
..
Lua Lua: add module "pandoc.path" 2021-02-02 21:04:30 -08:00
Readers Org reader: allow an initial :PROPERTIES: drawer to add to metadata. 2021-10-22 22:10:25 -07:00
Writers JATS writer: ensure figures are wrapped with <p> in list items. 2021-11-12 13:29:08 +01:00
Command.hs Command tests: raise error if command doesn't begin with %. 2021-09-21 10:42:14 -07:00
Helpers.hs Tests.Helpers: export testGolden and use it in RTF reader. 2021-08-10 22:07:48 -07:00
Lua.hs Lua: set lpeg, re as globals; allow shared lib access via require 2021-11-17 10:03:04 +01:00
Old.hs Use pretty-simple to format native output. 2021-09-21 12:37:42 -07:00
Shared.hs Writers.Shared: Improve toLegacyTable. 2021-11-11 20:55:37 -08:00