mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
14 lines
170 B
Plaintext
14 lines
170 B
Plaintext
|
#include "stddef.gdh"
|
||
|
|
||
|
table(glyph)
|
||
|
clsFail = codepoint("FAIL");
|
||
|
clsPass = codepoint("PaSs");
|
||
|
endtable
|
||
|
|
||
|
table(substitution)
|
||
|
|
||
|
pass(1)
|
||
|
clsFail > clsPass;
|
||
|
endpass;
|
||
|
|
||
|
endtable
|