mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-08 23:35:01 -04:00
Fixed testing
This commit is contained in:
parent
3ee09deb90
commit
ad47b42a6c
1 changed files with 2 additions and 2 deletions
|
@ -79,7 +79,7 @@ TestRegister.addTests([
|
||||||
{
|
{
|
||||||
name: "Testing \n\n\n parsed to String",
|
name: "Testing \n\n\n parsed to String",
|
||||||
input: "\n\n\n",
|
input: "\n\n\n",
|
||||||
expectedOutput: "[[""],[""],[""]]",
|
expectedOutput: "[[],[],[]]",
|
||||||
recipeConfig: [
|
recipeConfig: [
|
||||||
{
|
{
|
||||||
op: "CSV to String",
|
op: "CSV to String",
|
||||||
|
@ -90,7 +90,7 @@ TestRegister.addTests([
|
||||||
{
|
{
|
||||||
name: "Testing 1,2,3,4,5 parsed to String",
|
name: "Testing 1,2,3,4,5 parsed to String",
|
||||||
input: "1,2,3,4,5",
|
input: "1,2,3,4,5",
|
||||||
expectedOutput: "[['1,'2','3','4','5']]",
|
expectedOutput: "[[1,2,3,4,5]]",
|
||||||
recipeConfig: [
|
recipeConfig: [
|
||||||
{
|
{
|
||||||
op: "CSV to String",
|
op: "CSV to String",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue