mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 15:26:16 -04:00
Test added for From Hex
This commit is contained in:
parent
3f3a7cd4f6
commit
0a06472639
1 changed files with 14 additions and 1 deletions
|
@ -92,6 +92,19 @@ TestRegister.addTests([
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "0x with Comma to Ascii",
|
||||||
|
input: "0x74,0x65,0x73,0x74,0x20,0x73,0x74,0x72,0x69,0x6e,0x67",
|
||||||
|
expectedOutput: "test string",
|
||||||
|
recipeConfig: [
|
||||||
|
{
|
||||||
|
"op": "From Hex",
|
||||||
|
"args": [
|
||||||
|
"0x with comma"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
]
|
||||||
|
|
||||||
|
},
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue