aboutsummaryrefslogtreecommitdiff
path: root/test/lua/undiv.lua
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2017-09-12 01:20:49 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2017-09-24 12:04:15 -0700
commit71f69cd0868f0eecf43ddb606be3074f83a8295c (patch)
tree46e2917aee5e229db23030a01e14fbda95d3867e /test/lua/undiv.lua
parent1d6e651e5a6771ac4cf88eabfe93edc5a8ed5269 (diff)
downloadpandoc-71f69cd0868f0eecf43ddb606be3074f83a8295c.tar.gz
Allow lua filters to return lists of elements
Closes: #3918
Diffstat (limited to 'test/lua/undiv.lua')
-rw-r--r--test/lua/undiv.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/lua/undiv.lua b/test/lua/undiv.lua
new file mode 100644
index 000000000..1cbb6d30e
--- /dev/null
+++ b/test/lua/undiv.lua
@@ -0,0 +1,3 @@
+function Div(el)
+ return el.content
+end