mirror of
https://github.com/gchq/CyberChef.git
synced 2025-06-18 12:15:14 -04:00
Get All Casings -> Get All Cases
make this recipe easier to search and consistent with case ops
This commit is contained in:
parent
c57556f49f
commit
4a68bf5268
4 changed files with 10 additions and 10 deletions
|
@ -75,7 +75,7 @@ import "./tests/FromDecimal.mjs";
|
|||
import "./tests/GenerateAllChecksums.mjs";
|
||||
import "./tests/GenerateAllHashes.mjs";
|
||||
import "./tests/GenerateDeBruijnSequence.mjs";
|
||||
import "./tests/GetAllCasings.mjs";
|
||||
import "./tests/GetAllCases.mjs";
|
||||
import "./tests/GOST.mjs";
|
||||
import "./tests/Gunzip.mjs";
|
||||
import "./tests/Gzip.mjs";
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/**
|
||||
* GetAllCasings tests.
|
||||
* GetAllCases tests.
|
||||
*
|
||||
* @author n1073645 [n1073645@gmail.com]
|
||||
* @copyright Crown Copyright 2020
|
||||
|
@ -14,7 +14,7 @@ TestRegister.addTests([
|
|||
expectedOutput: "test\nTest\ntEst\nTEst\nteSt\nTeSt\ntESt\nTESt\ntesT\nTesT\ntEsT\nTEsT\nteST\nTeST\ntEST\nTEST",
|
||||
recipeConfig: [
|
||||
{
|
||||
"op": "Get All Casings",
|
||||
"op": "Get All Cases",
|
||||
"args": []
|
||||
}
|
||||
]
|
||||
|
@ -25,7 +25,7 @@ TestRegister.addTests([
|
|||
expectedOutput: "t\nT",
|
||||
recipeConfig: [
|
||||
{
|
||||
"op": "Get All Casings",
|
||||
"op": "Get All Cases",
|
||||
"args": []
|
||||
}
|
||||
]
|
||||
|
@ -36,7 +36,7 @@ TestRegister.addTests([
|
|||
expectedOutput: "",
|
||||
recipeConfig: [
|
||||
{
|
||||
"op": "Get All Casings",
|
||||
"op": "Get All Cases",
|
||||
"args": []
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue