mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-24 00:36:16 -04:00
add operation input case to chef.search
This commit is contained in:
parent
2ff7b5902c
commit
a4d7065e42
3 changed files with 29 additions and 6 deletions
|
@ -134,5 +134,10 @@ color: white;
|
|||
assert.strictEqual(result.toString(), "SPI1R1T0");
|
||||
}),
|
||||
|
||||
it("toBase64: editableOptions default", () => {
|
||||
const result = toBase64("some input");
|
||||
assert.strictEqual(result.toString(), "c29tZSBpbnB1dA==");
|
||||
}),
|
||||
|
||||
]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue