tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

grtest-simple.gdl (170B)


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