зеркало из https://github.com/mozilla/gecko-dev.git
14 строки
170 B
Plaintext
14 строки
170 B
Plaintext
|
#include "stddef.gdh"
|
||
|
|
||
|
table(glyph)
|
||
|
clsFail = codepoint("FAIL");
|
||
|
clsPass = codepoint("PaSs");
|
||
|
endtable
|
||
|
|
||
|
table(substitution)
|
||
|
|
||
|
pass(1)
|
||
|
clsFail > clsPass;
|
||
|
endpass;
|
||
|
|
||
|
endtable
|