blob: 071613bd1ee49239caf5d1e63e672641c8d32a5f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#include "stddef.gdh"
table(glyph)
clsFail = codepoint("FAIL");
clsPass = codepoint("PaSs");
endtable
table(substitution)
pass(1)
clsFail > clsPass;
endpass;
endtable
|