summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/util-prs.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2021-08-06 02:07:31 +0200
committerContext Git Mirror Bot <phg@phi-gamma.net>2021-08-06 02:07:31 +0200
commitffb7a5f21df9b0802cb00f9ef3578209a372ae2f (patch)
tree8ac376cfc657222b5be6d498a2f4395eda0b54d6 /tex/context/base/mkiv/util-prs.lua
parent898d8e12e219efa15e367285cee56cab77f84339 (diff)
downloadcontext-ffb7a5f21df9b0802cb00f9ef3578209a372ae2f.tar.gz
2021-08-06 01:21:00
Diffstat (limited to 'tex/context/base/mkiv/util-prs.lua')
-rw-r--r--tex/context/base/mkiv/util-prs.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/mkiv/util-prs.lua b/tex/context/base/mkiv/util-prs.lua
index 6d2f8c19e..7e2bf0110 100644
--- a/tex/context/base/mkiv/util-prs.lua
+++ b/tex/context/base/mkiv/util-prs.lua
@@ -681,7 +681,7 @@ local spaces = lpegpatterns.space^0
local dummy = function() end
setmetatableindex(cache,function(t,k)
- local separator = P(k)
+ local separator = S(k) -- was P
local value = (1-separator)^0
local pattern = spaces * C(value) * separator^0 * Cp()
t[k] = pattern