From 71f69cd0868f0eecf43ddb606be3074f83a8295c Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Tue, 12 Sep 2017 01:20:49 +0200 Subject: Allow lua filters to return lists of elements Closes: #3918 --- test/lua/undiv.lua | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/lua/undiv.lua (limited to 'test/lua/undiv.lua') 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 -- cgit v1.2.3