Annotation of parser3/tests/141.html, revision 1.10

1.9       moko        1: 1   $uuid[^math:uuid[]]^uuid.length[]<br />
1.10    ! moko        2: 1.1   $uuid[^math:uuid[ $.solid(true)]] ^uuid.length[]<br />
        !             3: 1.2   $uuid[^math:uuid[ $.lower(true)]] ^uuid.length[]<br />
        !             4: 1.3   $uuid[^math:uuid[ $.lower(true) $.solid(true)]] ^uuid.length[]<br />
        !             5: 
        !             6: 1.5 $uid64[^math:uid64[]] ^uid64.length[]<br />
        !             7: 1.6 $uid64[^math:uid64[ $.lower(true) ]] ^uid64.length[]<br />
1.6       moko        8: 
1.9       moko        9: 2   $long[very-long-long-long-long-long-long-long-long-long-long-long-long-long-long-long-long-key]
1.6       moko       10: 
1.9       moko       11: 3   ^math:md5[123]<br />
                     12: 3.1 ^math:digest[md5;123]<br />
                     13: 3.2 ^math:digest[md5;123; $.hmac[pwd] ]<br />
                     14: 3.3 ^math:digest[md5;123; $.hmac[$long] $.format[base64] ]<br />
                     15: 
                     16: 4   ^math:sha1[123]<br />
                     17: 4.1 ^math:digest[sha1;123]<br />
                     18: 4.2 ^math:digest[sha1;123; $.hmac[pwd] ]<br />
                     19: 4.3 ^math:digest[sha1;123; $.hmac[$long] $.format[base64] ]<br />
                     20: 
                     21: 5   ^math:digest[sha256;123; $.hmac[pwd] ]<br />
                     22: 5.1 ^math:digest[sha256;123; $.hmac[$long] $.format[base64] ]<br />
                     23: 
                     24: 6   ^math:digest[sha512;123]<br />
                     25: 6.1 ^math:digest[sha512;123; $.hmac[pwd] ]<br />
                     26: 6.2 ^math:digest[sha512;123; $.hmac[$long$long] $.format[base64] ]<br />
1.7       moko       27: 
                     28: $paf[^file::load[binary;019paf2001.gif]]
                     29: 
1.9       moko       30: 7   ^math:digest[md5;$paf]<br />
                     31: 7.1 ^math:digest[sha256;$paf]<br />
1.8       moko       32: 
                     33: $s[{ "name": "^taint[json;va"lue]" }]
                     34: $f[^file::create[$s]]
                     35: 
1.9       moko       36: 8   ^math:md5[$s] = ^math:md5[$f.text]<br />
                     37: 8.1 ^math:digest[sha1;$s] = ^math:digest[sha1;$f.text]<br />

E-mail: