2
0
mirror of https://github.com/gchq/CyberChef synced 2026-01-07 02:53:19 +00:00

Tidied up 'Split Colour Channels' operation and added 'Multimedia' category

This commit is contained in:
n1474335
2018-12-26 16:33:10 +00:00
parent 02b92c7977
commit 8b533e9893
5 changed files with 50 additions and 38 deletions

View File

@@ -74,7 +74,6 @@ import "./tests/operations/SeqUtils";
import "./tests/operations/SetDifference";
import "./tests/operations/SetIntersection";
import "./tests/operations/SetUnion";
//import "./tests/operations/SplitColourChannels";
import "./tests/operations/StrUtils";
import "./tests/operations/SymmetricDifference";
import "./tests/operations/TextEncodingBruteForce";
@@ -84,6 +83,9 @@ import "./tests/operations/Magic";
import "./tests/operations/ParseTLV";
import "./tests/operations/Media";
// Cannot test operations that use the File type yet
//import "./tests/operations/SplitColourChannels";
let allTestsPassing = true;
const testStatusCounts = {
total: 0,

File diff suppressed because one or more lines are too long