mirror of
https://github.com/gchq/CyberChef
synced 2025-01-15 22:13:56 +00:00
lint fixes
This commit is contained in:
parent
906727f133
commit
00d754d466
1 changed files with 3 additions and 3 deletions
|
@ -7,8 +7,8 @@
|
|||
*/
|
||||
import TestRegister from "../../lib/TestRegister.mjs";
|
||||
|
||||
// Example from Wikipedia
|
||||
const wpExample = "Man is distinguished, not only by his reason, but by this singular passion from other animals, which is a lust of the mind, that by a perseverance of delight in the continued and indefatigable generation of knowledge, exceeds the short vehemence of any carnal pleasure."
|
||||
// Example from Wikipedia
|
||||
const wpExample = "Man is distinguished, not only by his reason, but by this singular passion from other animals, which is a lust of the mind, that by a perseverance of delight in the continued and indefatigable generation of knowledge, exceeds the short vehemence of any carnal pleasure.";
|
||||
// Escape newline, quote & backslash
|
||||
const wpOutput = "9jqo^BlbD-BleB1DJ+*+F(f,q/0JhKF<GL>Cj@.4Gp$d7F!,L7@<6@)/0JDEF<G%<+EV:2F!,O<\
|
||||
DJ+*.@<*K0@<6L(Df-\\0Ec5e;DffZ(EZee.Bl.9pF\"AGXBPCsi+DGm>@3BB/F*&OCAfu2/AKYi(\
|
||||
|
@ -45,4 +45,4 @@ TestRegister.addTests([
|
|||
"args": ["!-u", false] }
|
||||
]
|
||||
},
|
||||
]);
|
||||
]);
|
||||
|
|
Loading…
Reference in a new issue