aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Lua.hs
AgeCommit message (Expand)Author
2022-01-04Lua: add `pandoc.WriterOptions` constructorAlbert Krewinkel
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2021-12-10Lua tests: remove roundtrip testsAlbert Krewinkel
2021-11-27Lua: use package pandoc-lua-marshal (#7719)Albert Krewinkel
2021-11-19Lua tests: reset path and cpath when testing 'require' fallback.John MacFarlane
2021-11-17Lua: set `lpeg`, `re` as globals; allow shared lib access via requireAlbert Krewinkel
2021-11-08Lua: ensure that 're' module is always available.Albert Krewinkel
2021-10-22Lua: marshal Attr values as userdataAlbert Krewinkel
2021-10-22Lua: marshal Pandoc values as userdataAlbert Krewinkel
2021-10-22Switch to hslua-2.0Albert Krewinkel
2021-02-07Avoid unnecessary use of NoImplicitPrelude pragma (#7089)Albert Krewinkel
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel
2020-10-14Fix remaining typos in testsAlbert Krewinkel
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