aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Lua.hs
AgeCommit message (Expand)Author
2020-05-12Lua: fix regression in package searcherAlbert Krewinkel
2020-04-17API change: use PandocError for exceptions in Lua subsystemAlbert Krewinkel
2020-03-13Update copyright year (#6186)Albert Krewinkel
2020-01-15Lua filters: allow filtering of element lists (#6040)Albert Krewinkel
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc
2019-07-02Fix redundant constraint warnings. (#5625)Pete Ryland
2019-05-29Lua: add Version type to simplify comparisonsAlbert Krewinkel
2019-05-20Improve output of Lua tests (#5499)Albert Krewinkel
2019-05-04Lua: add `pandoc.system` module (#5468)Albert Krewinkel
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel
2019-01-13data/pandoc.lua: auto-fix nested constructor argumentsAlbert Krewinkel
2018-10-28T.P.Lua: rename `runPandocLua` to `runLua` (API change)Albert Krewinkel
2018-10-28T.P.Lua: merge runLuaFilter into T.P.Filter.Lua (API change)Albert Krewinkel
2018-09-24Use hslua v1.0.0Albert Krewinkel
2018-09-19Lua filter tests: produce better error on test failureAlbert Krewinkel
2018-07-30Lua Utils module: add function blocks_to_inlines (#4799)Albert Krewinkel
2018-07-02More spellcheckAlexander Krotov
2018-04-29Test Lua filter converting display math to inline mathAlexander Krotov
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane
2018-03-17Removed redundant import of <>John MacFarlane
2018-02-25Tests/Lua: fix tests on windowsAlbert Krewinkel
2018-02-24Lua: register script name in global variableAlbert Krewinkel
2018-01-13data/pandoc.lua: add attr, listAttributes accessorsAlbert Krewinkel
2018-01-13data/pandoc.lua: accept single block as singleton listAlbert Krewinkel
2018-01-13data/pandoc.lua: accept singleton inline as a listAlbert Krewinkel
2018-01-12Lua filters: improve error messagesAlbert Krewinkel
2018-01-12Lua filters: make PANDOC_READER_OPTIONS availableAlbert Krewinkel
2018-01-08data/pandoc.lua: cleanup code, remove cruftAlbert Krewinkel
2018-01-07Lua: make pandoc-types version available as PANDOC_API_VERSIONAlbert Krewinkel
2018-01-07Lua: make pandoc version available as PANDOC_VERSIONAlbert Krewinkel
2017-12-23Lua modules: add function pandoc.utils.hierarchicalizeAlbert Krewinkel
2017-12-23Lua modules: add function pandoc.utils.normalize_dateAlbert Krewinkel
2017-12-23Lua modules: add function pandoc.utils.to_roman_numeralAlbert Krewinkel
2017-12-22Lua modules: add stringify function to pandoc.utilsAlbert Krewinkel
2017-12-20Test more pandoc Lua module functionsAlbert Krewinkel
2017-12-13Custom writer: use init file to setup Lua interpreterAlbert Krewinkel
2017-12-02Lua filters: refactor lua module handlingAlbert Krewinkel
2017-11-20data/pandoc.lua: enable table-like behavior of attributes (#4080)Albert Krewinkel
2017-11-18Lua filters: preload text module (#4077)Albert Krewinkel
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane
2017-09-30Text.Pandoc.Lua: add mediabag submoduleAlbert Krewinkel
2017-08-22Text.Pandoc.Lua: support Inline and Block catch-allsAlbert Krewinkel
2017-08-22Text.Pandoc.Lua: respect metatable when getting filtersAlbert Krewinkel
2017-08-14Test fixes so we can find data files.John MacFarlane
2017-08-13Use hslua >= 0.7, update Lua codeAlbert Krewinkel
2017-06-29Added parameter for user data directory to runLuaFilter.John MacFarlane
2017-05-07Use fewer quickcheck tests for lua tests, to speed things up.John MacFarlane
2017-04-30Lua filter: fall-back to global filters when none is returnedAlbert Krewinkel
2017-04-14Lua filter: allow shorthand functions for math and quotedAlbert Krewinkel
2017-04-13Use lua constructors to push meta valuesAlbert Krewinkel