impr(funbox): add ` (grave accent, 96) and ~ (tilde, 126) to specials (#5073)

This commit is contained in:
fitzsim 2024-02-19 14:00:56 +00:00 committed by GitHub
parent bf2c4cc5bb
commit 7c0425eb90
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -689,6 +689,8 @@ export function getSpecials(): string {
const randLen = randomIntFromRange(1, 7);
let ret = "";
const specials = [
"`",
"~",
"!",
"@",
"#",