mirror of
https://github.com/gchq/CyberChef
synced 2025-01-16 06:23:53 +00:00
update Diff sanity check test
This commit is contained in:
parent
a942fe92fd
commit
e973ea6f08
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ module.exports = {
|
||||||
// testOp(browser, "Derive EVP key", "test input", "test_output");
|
// testOp(browser, "Derive EVP key", "test input", "test_output");
|
||||||
// testOp(browser, "Derive PBKDF2 key", "test input", "test_output");
|
// testOp(browser, "Derive PBKDF2 key", "test input", "test_output");
|
||||||
// testOp(browser, "Detect File Type", "test input", "test_output");
|
// testOp(browser, "Detect File Type", "test input", "test_output");
|
||||||
testOpHtml(browser, "Diff", "The cat sat on the mat\n\nThe mat cat on the sat", ".hl5:first-child", "mat", ["\\n\\n", "Word", true, true, false, false]);
|
testOpHtml(browser, "Diff", "The cat sat on the mat\n\nThe mat cat on the sat", "ins:first-child", "mat", ["\\n\\n", "Word", true, true, false, false]);
|
||||||
// testOp(browser, "Disassemble x86", "test input", "test_output");
|
// testOp(browser, "Disassemble x86", "test input", "test_output");
|
||||||
testOpImage(browser, "Dither Image", "files/Hitchhikers_Guide.jpeg");
|
testOpImage(browser, "Dither Image", "files/Hitchhikers_Guide.jpeg");
|
||||||
// testOp(browser, "Divide", "test input", "test_output");
|
// testOp(browser, "Divide", "test input", "test_output");
|
||||||
|
|
Loading…
Reference in a new issue