pandoc/test/Tests
Albert Krewinkel 786594b23b Lua: add pandoc.system module (#5468)
The `system` Lua module provides utility functions to interact with the
operating- and file system. E.g.

    print(pandoc.system.get_current_directory())

or

    pandoc.system.with_temporary_directory('tikz', function (dir)
      -- write and compile a TikZ file with pdflatex
    end)
2019-05-04 01:06:30 -04:00
..
Readers HTML reader: read data-foo attribute into foo. 2019-03-25 08:43:59 -07:00
Writers Muse writer tests: compare Text without converting to [Char] 2019-04-28 03:21:14 +03:00
Command.hs Add missing copyright notices and remove license boilerplate (#5112) 2019-02-04 13:52:31 -08:00
Helpers.hs Add missing copyright notices and remove license boilerplate (#5112) 2019-02-04 13:52:31 -08:00
Lua.hs Lua: add pandoc.system module (#5468) 2019-05-04 01:06:30 -04:00
Old.hs Actually run the xwiki writer tests. 2019-04-02 17:11:35 -07:00
Shared.hs Add missing copyright notices and remove license boilerplate (#5112) 2019-02-04 13:52:31 -08:00