summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2011-10-04 02:04:12 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2011-10-04 03:17:57 +0200
commit1fdacd21972985d8d70c6c4567f2a3751c15d36d (patch)
tree1197c64e795251715536d8532e5b2e658aed01b9 /tests
parent421c10b46b762fd842acf590fbb14ed0acae9c4c (diff)
downloadluaotfload-1fdacd21972985d8d70c6c4567f2a3751c15d36d.tar.gz
Another internal table renamed
More tests pass.
Diffstat (limited to 'tests')
-rw-r--r--tests/font_patch.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/font_patch.tex b/tests/font_patch.tex
index e096551..d41ff48 100644
--- a/tests/font_patch.tex
+++ b/tests/font_patch.tex
@@ -2,8 +2,8 @@
\directlua {
local function patch(fontdata)
local mc = fontdata.MathConstants
- local em = fontdata.units
- local sz = fontdata.size
+ local em = fontdata.parameters.units
+ local sz = fontdata.parameters.size
if fontdata.psname == "CambriaMath" and mc then
mc.DisplayOperatorMinHeight = 2800 / em * sz
end