summaryrefslogtreecommitdiff
path: root/tex/context/fonts
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2012-03-03 00:00:15 +0200
committerMarius <mariausol@gmail.com>2012-03-03 00:00:15 +0200
commit5b2019644037a2cf805af6848813b79eace180f5 (patch)
tree31087964235b1d48943eee03d1cac4065a26c12d /tex/context/fonts
parent8fa34e5db9cbb1bf1a553f325fde107abb861177 (diff)
downloadcontext-5b2019644037a2cf805af6848813b79eace180f5.tar.gz
beta 2012.03.02 22:35
Diffstat (limited to 'tex/context/fonts')
-rw-r--r--tex/context/fonts/demo.lfg16
1 files changed, 14 insertions, 2 deletions
diff --git a/tex/context/fonts/demo.lfg b/tex/context/fonts/demo.lfg
index 6e332cde9..00ca3ee6e 100644
--- a/tex/context/fonts/demo.lfg
+++ b/tex/context/fonts/demo.lfg
@@ -1,3 +1,5 @@
+-- see test suite: goodies-002.tex
+
local yes = "yes"
local default = {
@@ -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,