mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-12 09:11:37 -04:00
Better test coverage
This commit is contained in:
parent
e3ff47000a
commit
6b6ae83c81
2 changed files with 23 additions and 2 deletions
|
@ -18,5 +18,26 @@
|
|||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "Escape Smart Characters - Remove",
|
||||
input: "“”—‘’ →©…",
|
||||
expectedOutput: " ",
|
||||
recipeConfig: [
|
||||
{
|
||||
op: "Escape Smart Characters",
|
||||
args: ["Remove"],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "Escape Smart Characters - Replace",
|
||||
input: "“”—‘’ →©…",
|
||||
expectedOutput: "..... ...",
|
||||
recipeConfig: [
|
||||
{
|
||||
op: "Escape Smart Characters",
|
||||
args: ["Replace with '.'"],
|
||||
},
|
||||
],
|
||||
},
|
||||
]);
|
||||
g
|
Loading…
Add table
Add a link
Reference in a new issue