diff options
Diffstat (limited to 'tex/context/base/mkiv/font-oup.lua')
-rw-r--r-- | tex/context/base/mkiv/font-oup.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tex/context/base/mkiv/font-oup.lua b/tex/context/base/mkiv/font-oup.lua index 75ae08526..bf9682a8f 100644 --- a/tex/context/base/mkiv/font-oup.lua +++ b/tex/context/base/mkiv/font-oup.lua @@ -2275,6 +2275,9 @@ function readers.expand(data) local steps = sequence.steps if steps then local kind = sequence.type +-- if kind == "gsub_reversecontextchain" then +-- inspect(sequence) +-- end local markclass = sequence.markclass if markclass then if not markclasses then |