--- parser3/tests/141.html 2021/01/13 21:28:57 1.10
+++ parser3/tests/141.html 2024/12/06 21:45:02 1.12
@@ -6,6 +6,11 @@
1.5 $uid64[^math:uid64[]] ^uid64.length[]
1.6 $uid64[^math:uid64[ $.lower(true) ]] ^uid64.length[]
+1.7 $uuid7[^math:uuid7[]]^uuid7.length[]
+1.8 $uuid7[^math:uuid7[ $.solid(true)]] ^uuid7.length[]
+1.9 $uuid7[^math:uuid7[ $.lower(true)]] ^uuid7.length[]
+1.10 $uuid7[^math:uuid7[ $.lower(true) $.solid(true)]] ^uuid7.length[]
+
2 $long[very-long-long-long-long-long-long-long-long-long-long-long-long-long-long-long-long-key]
3 ^math:md5[123]
@@ -35,3 +40,9 @@ $f[^file::create[$s]]
8 ^math:md5[$s] = ^math:md5[$f.text]
8.1 ^math:digest[sha1;$s] = ^math:digest[sha1;$f.text]
+
+$f[^file::create[test]]
+
+9 $r[^math:digest[sha512;123; $.hmac[$f] $.format[file] ]]
+ ^json:string[$r; $.file[base64] ]
+ ^math:digest[sha512;123; $.hmac[$f.text] $.format[base64] ]