created a test for the new error that should be thrown if an invalid character is in the key for XOR with a Hex option

This commit is contained in:
Jonas 2025-04-30 13:07:29 -04:00
parent 3ac78b60a3
commit 8589e06e78

View file

@ -46,7 +46,7 @@ class XOR extends Operation {
{
"name": "Filter Key",
"type": "boolean",
"value": true
"value": false
}
];
}