summaryrefslogtreecommitdiff
path: root/tex/context/base/x-asciimath.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2014-07-06 22:50:00 +0200
committerHans Hagen <pragma@wxs.nl>2014-07-06 22:50:00 +0200
commit73b0f4f97a684af38d4aa3bfd4829939ad47c7c7 (patch)
treeac5b5ddb99c69592da73cb5618af6c3832cd99b7 /tex/context/base/x-asciimath.lua
parentdb237f90e36d8862262f16f579eb98c1948faa03 (diff)
downloadcontext-73b0f4f97a684af38d4aa3bfd4829939ad47c7c7.tar.gz
beta 2014.07.06 22:50
Diffstat (limited to 'tex/context/base/x-asciimath.lua')
-rw-r--r--tex/context/base/x-asciimath.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/x-asciimath.lua b/tex/context/base/x-asciimath.lua
index b3202daa9..0849b42a5 100644
--- a/tex/context/base/x-asciimath.lua
+++ b/tex/context/base/x-asciimath.lua
@@ -829,9 +829,9 @@ local m_right = {
}
local p_left =
- lpeg.utfchartabletopattern(keys(m_left)) / m_left
+ lpeg.utfchartabletopattern(m_left) / m_left
local p_right =
- lpeg.utfchartabletopattern(keys(m_right)) / m_right
+ lpeg.utfchartabletopattern(m_right) / m_right
-- special cases