mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-08 07:21:02 -04:00
Merge 0dafc6553c
into d87b14af13
This commit is contained in:
commit
b77cdeafe1
42 changed files with 496 additions and 493 deletions
|
@ -71,9 +71,9 @@ import Chef from "../src/core/Chef.js";
|
|||
ret.status = "failing";
|
||||
ret.output = [
|
||||
"Expected",
|
||||
"\t" + test.expectedOutput.replace(/\n/g, "\n\t"),
|
||||
`\t${test.expectedOutput.replace(/\n/g, "\n\t")}`,
|
||||
"Received",
|
||||
"\t" + result.result.replace(/\n/g, "\n\t"),
|
||||
`\t${result.result.replace(/\n/g, "\n\t")}`,
|
||||
].join("\n");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue