mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 15:27:32 +09:00
14 lines
170 B
Text
14 lines
170 B
Text
|
|
#include "stddef.gdh"
|
||
|
|
|
||
|
|
table(glyph)
|
||
|
|
clsFail = codepoint("FAIL");
|
||
|
|
clsPass = codepoint("PaSs");
|
||
|
|
endtable
|
||
|
|
|
||
|
|
table(substitution)
|
||
|
|
|
||
|
|
pass(1)
|
||
|
|
clsFail > clsPass;
|
||
|
|
endpass;
|
||
|
|
|
||
|
|
endtable
|