mirror of
https://github.com/gchq/CyberChef.git
synced 2026-03-23 07:11:35 -07:00
Add To Base91 and From Base91 operations (Resolves #1213)
This commit is contained in:
parent
d195a51e2e
commit
1f8a0d6323
4 changed files with 191 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ TestRegister.addApiTests([
|
|||
|
||||
it("chef.help: returns multiple results", () => {
|
||||
const result = chef.help("base 64");
|
||||
assert.strictEqual(result.length, 13);
|
||||
assert.strictEqual(result.length, 14);
|
||||
}),
|
||||
|
||||
it("chef.help: looks in description for matches too", () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue