summaryrefslogtreecommitdiff
path: root/fonts/fea/context/test-features.fea
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2017-05-16 11:12:18 +0200
committerContext Git Mirror Bot <phg42.2a@gmail.com>2017-05-16 11:12:18 +0200
commitcbc37c39432e0ebe38e0922fc6d14c2955ab3ba2 (patch)
tree38358e219d38f2a49f227d96d24fdc27eb2544e6 /fonts/fea/context/test-features.fea
parentfd0c4577a4b6e85ca2db664906e1a03807ce133f (diff)
downloadcontext-cbc37c39432e0ebe38e0922fc6d14c2955ab3ba2.tar.gz
2017-05-15 21:54:00
Diffstat (limited to 'fonts/fea/context/test-features.fea')
-rw-r--r--fonts/fea/context/test-features.fea20
1 files changed, 0 insertions, 20 deletions
diff --git a/fonts/fea/context/test-features.fea b/fonts/fea/context/test-features.fea
deleted file mode 100644
index ffc3c588d..000000000
--- a/fonts/fea/context/test-features.fea
+++ /dev/null
@@ -1,20 +0,0 @@
-lookup TestLookupENGLISH {
- lookupflag 0 ;
- sub l a n g u a g e by e n g l i s h ;
-} TestLookupENGLISH ;
-
-lookup TestLookupDUTCH {
- lookupflag 0 ;
- sub l a n g u a g e by d u t c h ;
-} TestLookupDUTCH ;
-
-feature test {
-
- script latn ;
- language ENG exclude_dflt ;
- lookup TestLookupENGLISH ;
- language NLD exclude_dflt ;
- lookup TestLookupDUTCH ;
-
-} test ;
-