2
0
mirror of https://github.com/gchq/CyberChef synced 2026-01-21 11:53:37 +00:00

add operation input case to chef.search

This commit is contained in:
d98762625
2018-06-25 17:58:57 +01:00
parent 2ff7b5902c
commit a4d7065e42
3 changed files with 29 additions and 6 deletions

View File

@@ -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==");
}),
]);