Make test a little more complex to cover wider jsonata functionality

This commit is contained in:
GCHQDeveloper581 2026-06-20 10:12:06 +00:00
parent fa4870c35d
commit 43a6433e50
No known key found for this signature in database
GPG Key ID: 6222E059A3DF595C

View File

@ -218,7 +218,7 @@ module.exports = {
testOpHtml(browser, "JSON Beautify", "{a:1}", ".json-dict .json-literal", "1");
// testOp(browser, "JSON Minify", "test input", "test_output");
// testOp(browser, "JSON to CSV", "test input", "test_output");
testOp(browser, "Jsonata Query", "{}", '"Hello World!"', ['$base64decode("SGVsbG8gV29ybGQh")']);
testOp(browser, "Jsonata Query", '{"a": "SGVsbG8gV29ybGQh"}', '"Hello World!"', ["$base64decode($.a)"]);
// testOp(browser, "JWT Decode", "test input", "test_output");
// testOp(browser, "JWT Sign", "test input", "test_output");
// testOp(browser, "JWT Verify", "test input", "test_output");