Add To Base91 and From Base91 operations (Resolves #1213)

This commit is contained in:
rayane-ara 2026-03-15 06:25:50 +01:00
parent d195a51e2e
commit 1f8a0d6323
4 changed files with 191 additions and 1 deletions

View file

@ -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", () => {