summaryrefslogtreecommitdiff
path: root/tex/context/base/core-con.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2014-09-18 11:17:00 +0200
committerHans Hagen <pragma@wxs.nl>2014-09-18 11:17:00 +0200
commitea8cd771135d573fee6529e62e08468e79b12eab (patch)
treed2f7102bac47807fd3a0cbfeb02a0bb2f6f13a30 /tex/context/base/core-con.lua
parent02d4d3cbde5e1e94e056cdf3b732145a37413fdb (diff)
downloadcontext-ea8cd771135d573fee6529e62e08468e79b12eab.tar.gz
beta 2014.09.18 11:17
Diffstat (limited to 'tex/context/base/core-con.lua')
-rw-r--r--tex/context/base/core-con.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/core-con.lua b/tex/context/base/core-con.lua
index 343485ed2..dd9f50dc8 100644
--- a/tex/context/base/core-con.lua
+++ b/tex/context/base/core-con.lua
@@ -983,7 +983,7 @@ end
local whitespace = lpeg.patterns.whitespace
local word = lpeg.patterns.utf8uppercharacter^-1 * (1-whitespace)^1
-local pattern_one = Cs(whitespace^0 * word^-1 * P(1)^1)
+local pattern_one = Cs( whitespace^0 * word^-1 * P(1)^0)
local pattern_all = Cs((whitespace^1 + word)^1)
function converters.word (s) return s end -- dummies for typos