From 73b0f4f97a684af38d4aa3bfd4829939ad47c7c7 Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Sun, 6 Jul 2014 22:50:00 +0200 Subject: beta 2014.07.06 22:50 --- tex/context/base/x-asciimath.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tex/context/base/x-asciimath.lua') 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 -- cgit v1.2.3