Add tests for URLDecode and URLEncode

This commit is contained in:
es45411 2025-05-12 13:09:59 +00:00
parent 95d5fd1789
commit 3a55b34214
2 changed files with 93 additions and 0 deletions

View file

@ -163,6 +163,7 @@ import "./tests/TranslateDateTimeFormat.mjs";
import "./tests/Typex.mjs";
import "./tests/UnescapeString.mjs";
import "./tests/Unicode.mjs";
import "./tests/URLEncodeDecode.mjs";
import "./tests/RSA.mjs";
import "./tests/CBOREncode.mjs";
import "./tests/CBORDecode.mjs";