mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 15:26:16 -04:00
Remove unnecessary escape character
This commit is contained in:
parent
71c743ff5a
commit
3f7059a235
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ TestRegister.addTests([
|
|||
{
|
||||
name: "Text Encoding Brute Force",
|
||||
input: "Булкі праз ляніва сабаку.",
|
||||
expectedMatch: /Windows\-1251 Cyrillic \(1251\): Булкі праз ляніва сабаку\./,
|
||||
expectedMatch: /Windows-1251 Cyrillic \(1251\): Булкі праз ляніва сабаку\./,
|
||||
recipeConfig: [
|
||||
{
|
||||
op: "Text Encoding Brute Force",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue