summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/util-prs.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2021-11-13 20:59:32 +0100
committerContext Git Mirror Bot <phg@phi-gamma.net>2021-11-13 20:59:32 +0100
commita1b3f047bf4bc1043366fc8556099cda37e83dab (patch)
tree87ec3c08ddfc162934969c72a8c29f7980778af1 /tex/context/base/mkiv/util-prs.lua
parente1968f3ee77c1485c06a567aed0bc0e2eb5c7d01 (diff)
downloadcontext-a1b3f047bf4bc1043366fc8556099cda37e83dab.tar.gz
2021-11-13 20:35: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 f74bc3b12..438fa78bd 100644
--- a/tex/context/base/mkiv/util-prs.lua
+++ b/tex/context/base/mkiv/util-prs.lua
@@ -643,7 +643,7 @@ local function ranger(first,last,n,action)
end
end
-local cardinal = lpegpatterns.cardinal / tonumber
+local cardinal = (lpegpatterns.hexadecimal + lpegpatterns.cardinal) / tonumber
local spacers = lpegpatterns.spacer^0
local endofstring = lpegpatterns.endofstring