aboutsummaryrefslogtreecommitdiff
path: root/test/lua/strmacro.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/lua/strmacro.lua')
-rw-r--r--test/lua/strmacro.lua11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/lua/strmacro.lua b/test/lua/strmacro.lua
deleted file mode 100644
index a2711798a..000000000
--- a/test/lua/strmacro.lua
+++ /dev/null
@@ -1,11 +0,0 @@
-return {
- {
- Str = function (elem)
- if elem.text == "{{helloworld}}" then
- return pandoc.Emph {pandoc.Str "Hello, World"}
- else
- return elem
- end
- end,
- }
-}