summaryrefslogtreecommitdiff
path: root/tex/context/base/l-lpeg.lua
diff options
context:
space:
mode:
authorContext Git Mirror Bot <phg42.2a@gmail.com>2014-07-09 11:15:05 +0200
committerContext Git Mirror Bot <phg42.2a@gmail.com>2014-07-09 11:15:05 +0200
commit3ce833aa5de4b2955ef00422bc3d1d77735116d5 (patch)
treeaf6f7a125090e3c9a1802c7fa69215da21cec587 /tex/context/base/l-lpeg.lua
parent32a229eb318e40b0fc6368e270b2cf21b8d59549 (diff)
downloadcontext-3ce833aa5de4b2955ef00422bc3d1d77735116d5.tar.gz
2014-07-09 10:28:00
Diffstat (limited to 'tex/context/base/l-lpeg.lua')
-rw-r--r--tex/context/base/l-lpeg.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/tex/context/base/l-lpeg.lua b/tex/context/base/l-lpeg.lua
index 79e75a7b7..f3fd28b1d 100644
--- a/tex/context/base/l-lpeg.lua
+++ b/tex/context/base/l-lpeg.lua
@@ -499,7 +499,6 @@ function lpeg.finder(lst,makefunction,isutf) -- beware: slower than find with 'p
pattern = P(lst)
end
if isutf then
--- pattern = ((utf8char or 1)-pattern)^0 * pattern
pattern = ((utf8char or 1)-pattern)^0 * pattern
else
pattern = (1-pattern)^0 * pattern