mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-08 07:21:02 -04:00
Fixed formatting
This commit is contained in:
parent
ad47b42a6c
commit
2a2d8e9e67
1 changed files with 20 additions and 20 deletions
|
@ -17,7 +17,7 @@ TestRegister.addTests([
|
|||
recipeConfig: [
|
||||
{
|
||||
op: "String to CSV",
|
||||
args: [','],
|
||||
args: [","],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
@ -28,7 +28,7 @@ TestRegister.addTests([
|
|||
recipeConfig: [
|
||||
{
|
||||
op: "String to CSV",
|
||||
args: [';'],
|
||||
args: [";"],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
@ -39,7 +39,7 @@ TestRegister.addTests([
|
|||
recipeConfig: [
|
||||
{
|
||||
op: "String to CSV",
|
||||
args: [','],
|
||||
args: [","],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
@ -50,7 +50,7 @@ TestRegister.addTests([
|
|||
recipeConfig: [
|
||||
{
|
||||
op: "String to CSV",
|
||||
args: ['|'],
|
||||
args: ["|"],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
@ -61,7 +61,7 @@ TestRegister.addTests([
|
|||
recipeConfig: [
|
||||
{
|
||||
op: "String to CSV",
|
||||
args: [','],
|
||||
args: [","],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
@ -72,7 +72,7 @@ TestRegister.addTests([
|
|||
recipeConfig: [
|
||||
{
|
||||
op: "CSV to String",
|
||||
args: [','],
|
||||
args: [","],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
@ -83,7 +83,7 @@ TestRegister.addTests([
|
|||
recipeConfig: [
|
||||
{
|
||||
op: "CSV to String",
|
||||
args: [','],
|
||||
args: [","],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
@ -94,7 +94,7 @@ TestRegister.addTests([
|
|||
recipeConfig: [
|
||||
{
|
||||
op: "CSV to String",
|
||||
args: ['|'],
|
||||
args: ["|"],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
@ -105,7 +105,7 @@ TestRegister.addTests([
|
|||
recipeConfig: [
|
||||
{
|
||||
op: "CSV to String",
|
||||
args: [','],
|
||||
args: [","],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
@ -116,7 +116,7 @@ TestRegister.addTests([
|
|||
recipeConfig: [
|
||||
{
|
||||
op: "CSV to String",
|
||||
args: [','],
|
||||
args: [","],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue