aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Lua.hs
AgeCommit message (Expand)AuthorFilesLines
2021-12-10Lua tests: remove roundtrip testsAlbert Krewinkel1-31/+4
2021-11-27Lua: use package pandoc-lua-marshal (#7719)Albert Krewinkel1-2/+1
2021-11-19Lua tests: reset path and cpath when testing 'require' fallback.John MacFarlane1-2/+4
2021-11-17Lua: set `lpeg`, `re` as globals; allow shared lib access via requireAlbert Krewinkel1-7/+17
2021-11-08Lua: ensure that 're' module is always available.Albert Krewinkel1-1/+9
2021-10-22Lua: marshal Attr values as userdataAlbert Krewinkel1-1/+1
2021-10-22Lua: marshal Pandoc values as userdataAlbert Krewinkel1-1/+1
2021-10-22Switch to hslua-2.0Albert Krewinkel1-26/+37
2021-02-07Avoid unnecessary use of NoImplicitPrelude pragma (#7089)Albert Krewinkel1-2/+0
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-1/+1
2020-10-14Fix remaining typos in testsAlbert Krewinkel1-1/+1
2020-05-12Lua: fix regression in package searcherAlbert Krewinkel1-0/+6
2020-04-17API change: use PandocError for exceptions in Lua subsystemAlbert Krewinkel1-7/+8
2020-03-13Update copyright year (#6186)Albert Krewinkel1-1/+1
2020-01-15Lua filters: allow filtering of element lists (#6040)Albert Krewinkel1-1/+24
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-3/+4
2019-07-02Fix redundant constraint warnings. (#5625)Pete Ryland1-1/+1
2019-05-29Lua: add Version type to simplify comparisonsAlbert Krewinkel1-8/+5
2019-05-20Improve output of Lua tests (#5499)Albert Krewinkel1-26/+10
2019-05-04Lua: add `pandoc.system` module (#5468)Albert Krewinkel1-0/+5
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-0/+11
2019-01-13data/pandoc.lua: auto-fix nested constructor argumentsAlbert Krewinkel1-4/+15
2018-10-28T.P.Lua: rename `runPandocLua` to `runLua` (API change)Albert Krewinkel1-10/+10
2018-10-28T.P.Lua: merge runLuaFilter into T.P.Filter.Lua (API change)Albert Krewinkel1-8/+7
2018-09-24Use hslua v1.0.0Albert Krewinkel1-5/+5
2018-09-19Lua filter tests: produce better error on test failureAlbert Krewinkel1-2/+2
2018-07-30Lua Utils module: add function blocks_to_inlines (#4799)Albert Krewinkel1-1/+2
2018-07-02More spellcheckAlexander Krotov1-1/+1
2018-04-29Test Lua filter converting display math to inline mathAlexander Krotov1-1/+8
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-03-17Removed redundant import of <>John MacFarlane1-1/+1
2018-02-25Tests/Lua: fix tests on windowsAlbert Krewinkel1-1/+1
2018-02-24Lua: register script name in global variableAlbert Krewinkel1-0/+6
2018-01-13data/pandoc.lua: add attr, listAttributes accessorsAlbert Krewinkel1-2/+9
2018-01-13data/pandoc.lua: accept single block as singleton listAlbert Krewinkel1-4/+14
2018-01-13data/pandoc.lua: accept singleton inline as a listAlbert Krewinkel1-1/+6
2018-01-12Lua filters: improve error messagesAlbert Krewinkel1-0/+10
2018-01-12Lua filters: make PANDOC_READER_OPTIONS availableAlbert Krewinkel1-1/+2
2018-01-08data/pandoc.lua: cleanup code, remove cruftAlbert Krewinkel1-2/+2
2018-01-07Lua: make pandoc-types version available as PANDOC_API_VERSIONAlbert Krewinkel1-1/+8
2018-01-07Lua: make pandoc version available as PANDOC_VERSIONAlbert Krewinkel1-13/+25
2017-12-23Lua modules: add function pandoc.utils.hierarchicalizeAlbert Krewinkel1-1/+2
2017-12-23Lua modules: add function pandoc.utils.normalize_dateAlbert Krewinkel1-1/+2
2017-12-23Lua modules: add function pandoc.utils.to_roman_numeralAlbert Krewinkel1-0/+1
2017-12-22Lua modules: add stringify function to pandoc.utilsAlbert Krewinkel1-0/+1
2017-12-20Test more pandoc Lua module functionsAlbert Krewinkel1-0/+11
2017-12-13Custom writer: use init file to setup Lua interpreterAlbert Krewinkel1-13/+18
2017-12-02Lua filters: refactor lua module handlingAlbert Krewinkel1-13/+11
2017-11-20data/pandoc.lua: enable table-like behavior of attributes (#4080)Albert Krewinkel1-3/+11
2017-11-18Lua filters: preload text module (#4077)Albert Krewinkel1-3/+9