mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-09 15:55:01 -04:00
Correct output
This commit is contained in:
parent
46d40e961d
commit
e3ff47000a
1 changed files with 12 additions and 8 deletions
|
@ -127,6 +127,9 @@ class EscapeSmartCharacters extends Operation {
|
|||
output = char;
|
||||
}
|
||||
}
|
||||
if (output == char) {
|
||||
result += output;
|
||||
} else {
|
||||
switch (outArg) {
|
||||
case "Remove":
|
||||
break;
|
||||
|
@ -138,6 +141,7 @@ class EscapeSmartCharacters extends Operation {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue