mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-24 16:56:15 -04:00
Add unicode tests
This commit is contained in:
parent
13a54ec318
commit
3ab95384df
5 changed files with 87 additions and 27 deletions
|
@ -69,7 +69,6 @@ import "./tests/ParseQRCode.mjs";
|
|||
import "./tests/PowerSet.mjs";
|
||||
import "./tests/Regex.mjs";
|
||||
import "./tests/Register.mjs";
|
||||
import "./tests/RemoveDiacritics.mjs";
|
||||
import "./tests/Rotate.mjs";
|
||||
import "./tests/SeqUtils.mjs";
|
||||
import "./tests/SetDifference.mjs";
|
||||
|
@ -101,6 +100,7 @@ import "./tests/LuhnChecksum.mjs";
|
|||
import "./tests/CipherSaber2.mjs";
|
||||
import "./tests/Colossus.mjs";
|
||||
import "./tests/ParseObjectIDTimestamp.mjs";
|
||||
import "./tests/Unicode.mjs";
|
||||
|
||||
|
||||
// Cannot test operations that use the File type yet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue