mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
Fix tabs in tests file.
This commit is contained in:
parent
3990ba774f
commit
1ab444bda2
1 changed files with 14 additions and 14 deletions
|
@ -3,18 +3,18 @@
|
||||||
* @copyright Crown Copyright 2022
|
* @copyright Crown Copyright 2022
|
||||||
* @license Apache-2.0
|
* @license Apache-2.0
|
||||||
*/
|
*/
|
||||||
import TestRegister from "../../lib/TestRegister.mjs";
|
import TestRegister from "../../lib/TestRegister.mjs";
|
||||||
|
|
||||||
TestRegister.addTests([
|
TestRegister.addTests([
|
||||||
{
|
{
|
||||||
name: "ELF Info invalid ELF.",
|
name: "ELF Info invalid ELF.",
|
||||||
input: "\x7f\x00\x00\x00",
|
input: "\x7f\x00\x00\x00",
|
||||||
expectedOutput: "Invalid ELF",
|
expectedOutput: "Invalid ELF",
|
||||||
recipeConfig: [
|
recipeConfig: [
|
||||||
{
|
{
|
||||||
op: "ELF Info",
|
op: "ELF Info",
|
||||||
args: [],
|
args: [],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue