aboutsummaryrefslogtreecommitdiff
path: root/test/lua/math.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/lua/math.lua')
-rw-r--r--test/lua/math.lua10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/lua/math.lua b/test/lua/math.lua
deleted file mode 100644
index 34307dd9e..000000000
--- a/test/lua/math.lua
+++ /dev/null
@@ -1,10 +0,0 @@
-return {
- {
- Math = function (elem)
- if elem.mathtype == "DisplayMath" then
- elem.mathtype = "InlineMath"
- end
- return elem
- end,
- }
-}