diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/fonts/demo.lfg')
-rw-r--r-- | Master/texmf-dist/tex/context/fonts/demo.lfg | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/context/fonts/demo.lfg b/Master/texmf-dist/tex/context/fonts/demo.lfg index 6c7f6b62d39..00ca3ee6e73 100644 --- a/Master/texmf-dist/tex/context/fonts/demo.lfg +++ b/Master/texmf-dist/tex/context/fonts/demo.lfg @@ -1,3 +1,5 @@ +-- see test suite: goodies-002.tex + local yes = "yes" local default = { @@ -12,7 +14,7 @@ local smallcaps = { } local function statistics(tfmdata) - commands.showfontparameters + commands.showfontparameters(tfmdata) end local function squeeze(tfmdata) @@ -24,7 +26,7 @@ end return { name = "demo", - version = "1.00", + version = "1.01", comment = "An example of goodies.", author = "Hans Hagen", featuresets = { @@ -43,7 +45,17 @@ return { [2] = { "two", "four", "six", "eight", "ten", }, - } + }, + all = { + [1] = { + "*", + }, + }, + some = { + [1] = { + "0x0030:0x0035", + }, + }, }, postprocessors = { statistics = statistics, |