aboutsummaryrefslogtreecommitdiff
path: root/test/lua
AgeCommit message (Expand)AuthorFilesLines
2021-02-02Add tests for search_path_separatorAlbert Krewinkel1-0/+8
2021-02-02Check that all documented functions are present.Albert Krewinkel1-0/+19
2021-02-02Lua: add module "pandoc.path"Albert Krewinkel1-0/+17
2020-09-20Lua filters: add SimpleTable for backwards compatibility (#6575)Albert Krewinkel1-0/+66
2020-05-12Lua: fix regression in package searcherAlbert Krewinkel1-0/+2
2020-04-17API change: use PandocError for exceptions in Lua subsystemAlbert Krewinkel1-4/+3
2020-01-15Lua filters: allow filtering of element lists (#6040)Albert Krewinkel3-0/+33
2020-01-11Lua: add methods `insert`, `remove`, and `sort` to pandoc.ListAlbert Krewinkel1-40/+80
2020-01-11pandoc.List.lua: make `pandoc.List` a callable constructorAlbert Krewinkel1-0/+9
2020-01-11Add tests for pandoc.List moduleAlbert Krewinkel1-0/+111
2019-09-15Lua filters: allow passing of HTML-like tables instead of Attr (#5750)Albert Krewinkel1-0/+41
2019-09-08Replace Element and makeHierarchical with makeSections.John MacFarlane1-8/+5
2019-08-16Lua: traverse nested blocks and inlines in correct orderAlbert Krewinkel1-0/+38
2019-06-12Lua: add a `clone()` method to all AST elements (#5572)Albert Krewinkel1-0/+38
2019-06-11test/lua/module/pandoc.lua: fix non-determinism in testAlbert Krewinkel1-4/+11
2019-06-11data/pandoc.lua: fix deletion of nonexistent attributesAlbert Krewinkel1-0/+6
2019-06-11Lua pandoc module: better tests for Attr and AttributeListAlbert Krewinkel1-0/+65
2019-05-30Lua modules: test pandoc.mediabagAlbert Krewinkel1-0/+72
2019-05-29Lua Version type: shorten "version too old" messageAlbert Krewinkel1-1/+1
2019-05-29Lua: add Version type to simplify comparisonsAlbert Krewinkel2-0/+112
2019-05-20Improve output of Lua tests (#5499)Albert Krewinkel3-138/+154
2019-01-13data/pandoc.lua: auto-fix nested constructor argumentsAlbert Krewinkel1-0/+10
2018-07-30Lua Utils module: add function blocks_to_inlines (#4799)Albert Krewinkel1-0/+15
2018-05-08Another try at test-pandoc-utils.lua on windows.John MacFarlane1-3/+2
2018-05-08test-pandoc-utils.lua - add diagnostic for windows test.John MacFarlane1-0/+1
2018-05-08More adjustments to test-pandoc-utils.lua.John MacFarlane1-5/+4
2018-05-08test-pandoc-utils.lua - use tr instead of sed.John MacFarlane1-1/+1
2018-05-08test-pandoc-utils.lua: workaround some local differences in 'echo'.John MacFarlane1-2/+2
2018-05-08test-pandoc-utils.lua: remove problems with missing `/bin/false`.John MacFarlane1-13/+22
2018-04-29Test Lua filter converting display math to inline mathAlexander Krotov1-0/+10
2018-02-24Lua: register script name in global variableAlbert Krewinkel1-0/+3
2017-12-23Lua modules: add function pandoc.utils.hierarchicalizeAlbert Krewinkel1-0/+16
2017-12-23Lua modules: add function pandoc.utils.normalize_dateAlbert Krewinkel1-1/+9
2017-12-23Lua modules: add function pandoc.utils.to_roman_numeralAlbert Krewinkel1-0/+9
2017-12-22Lua modules: add stringify function to pandoc.utilsAlbert Krewinkel1-3/+16
2017-12-20Test more pandoc Lua module functionsAlbert Krewinkel1-0/+69
2017-11-20data/pandoc.lua: enable table-like behavior of attributes (#4080)Albert Krewinkel1-0/+6
2017-11-18Lua filters: preload text module (#4077)Albert Krewinkel1-0/+9
2017-09-24Allow lua filters to return lists of elementsAlbert Krewinkel1-0/+3
2017-08-22Text.Pandoc.Lua: support Inline and Block catch-allsAlbert Krewinkel1-0/+11
2017-08-22Text.Pandoc.Lua: respect metatable when getting filtersAlbert Krewinkel1-0/+20
2017-06-29data/pandoc.lua: regularize constructors.John MacFarlane2-3/+3
2017-06-29Lua filters: Remove special treatment of Quoted, Math.John MacFarlane1-2/+4
2017-04-30Lua filter: fall-back to global filters when none is returnedAlbert Krewinkel1-0/+6
2017-04-26Lua module: provide simple `read` format parserAlbert Krewinkel1-1/+2
2017-04-26Lua filter: allow filtering of meta data onlyAlbert Krewinkel1-0/+12
2017-04-15Lua filter: revert to non-destructuring filtersAlbert Krewinkel4-11/+12
2017-04-14Lua filter: allow shorthand functions for math and quotedAlbert Krewinkel1-0/+7
2017-04-14Lua filter: use destructured functions for block filtersAlbert Krewinkel2-4/+3
2017-04-12Lua filter: use destructured functions for inline filtersAlbert Krewinkel1-4/+5