mirror of
https://github.com/gchq/CyberChef.git
synced 2025-06-17 11:45:07 -04:00
* Fix test naming
This commit is contained in:
parent
7f260ec86b
commit
2374a2cbf0
1 changed files with 5 additions and 5 deletions
|
@ -16,7 +16,7 @@ TestRegister.addTests([
|
||||||
expectedOutput: "",
|
expectedOutput: "",
|
||||||
recipeConfig: [
|
recipeConfig: [
|
||||||
{
|
{
|
||||||
op: "BasicArithmetic",
|
op: "Basic Arithmetic",
|
||||||
args: [],
|
args: [],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
@ -27,7 +27,7 @@ TestRegister.addTests([
|
||||||
expectedOutput: 45,
|
expectedOutput: 45,
|
||||||
recipeConfig: [
|
recipeConfig: [
|
||||||
{
|
{
|
||||||
op: "BasicArithmetic",
|
op: "Basic Arithmetic",
|
||||||
args: [],
|
args: [],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
@ -38,7 +38,7 @@ TestRegister.addTests([
|
||||||
expectedOutput: 55,
|
expectedOutput: 55,
|
||||||
recipeConfig: [
|
recipeConfig: [
|
||||||
{
|
{
|
||||||
op: "BasicArithmetic",
|
op: "Basic Arithmetic",
|
||||||
args: [],
|
args: [],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
@ -49,7 +49,7 @@ TestRegister.addTests([
|
||||||
expectedOutput: 0,
|
expectedOutput: 0,
|
||||||
recipeConfig: [
|
recipeConfig: [
|
||||||
{
|
{
|
||||||
op: "BasicArithmetic",
|
op: "Basic Arithmetic",
|
||||||
args: [],
|
args: [],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
@ -60,7 +60,7 @@ TestRegister.addTests([
|
||||||
expectedOutput: 22977,
|
expectedOutput: 22977,
|
||||||
recipeConfig: [
|
recipeConfig: [
|
||||||
{
|
{
|
||||||
op: "BasicArithmetic",
|
op: "Basic Arithmetic",
|
||||||
args: [],
|
args: [],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue