From 3f27bc8c9f87436c4c1a1aab98ee32f3d8eec09f Mon Sep 17 00:00:00 2001 From: GCHQDeveloper581 <63102987+GCHQDeveloper581@users.noreply.github.com> Date: Fri, 27 Feb 2026 16:04:01 +0000 Subject: [PATCH] Add a failing test --- tests/browser/02_ops.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/browser/02_ops.js b/tests/browser/02_ops.js index d0b89c3e..09d6b77d 100644 --- a/tests/browser/02_ops.js +++ b/tests/browser/02_ops.js @@ -206,6 +206,7 @@ module.exports = { testOpHtml(browser, "Index of Coincidence", "test input", "", /Index of Coincidence: 0.08333333333333333/); testOpImage(browser, "Invert Image", "files/Hitchhikers_Guide.jpeg"); // testOp(browser, "JPath expression", "test input", "test_output"); + testOp(browser, "Jq", "{a:1}", "1", [".a"]); 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");