root/applications/FeatureProof/trunk/sample.featest

Revision 9, 1.0 kB (checked in by tal, 1 year ago)
Sample .featest file.
Line 
1 # This is a comment, which shouldn't be visible!
2 # This is a script declaration:
3 ^ latn
4 # This is a language declaration:
5 @ None
6 # This is a writing direction start point declaration:
7 * left
8 # the options are "left" for left to right
9 # and "right" for right to left.
10
11 ! This is a note!
12 # Notes are visible in the output.
13
14 ! These are feature state changes:
15 + liga calt
16 - kern
17
18 ! This is input:
19 > T h i s space i s space a space t e s t exclam
20
21 ! This is input with an expected output as glyph names:
22 > T h i s space i s space a space t e s t exclam
23 < T h i s space i s space a space t e s t exclam
24
25 ! This is input with an expected output as glyph records:
26 > T h i s space i s space a space t e s t exclam
27 < <T 0 0 0 0> <h 0 0 0 0> <i 0 0 0 0> <s 0 0 0 0> <space 0 0 0 0> <i 0 0 0 0> <s 0 0 0 0> <space 0 0 0 0> <a 0 0 0 0> <space 0 0 0 0> <t 0 0 0 0> <e 0 0 0 0> <s 0 0 0 0> <t 0 0 0 0> <exclam 0 0 0 0>
28
29 ! This is a test with a failing expected output:
30 > T h i s space i s space a space t e s t exclam
31 < T h i s space i s space a space f a i l i n g space t e s t exclam
Note: See TracBrowser for help on using the browser.