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