mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-24 16:56:15 -04:00
ESM: Tidied up Rotate operations
This commit is contained in:
parent
af51090ebb
commit
fad4713a90
6 changed files with 18 additions and 36 deletions
|
@ -1,5 +1,5 @@
|
|||
/**
|
||||
* Base64 tests.
|
||||
* Rotate tests.
|
||||
*
|
||||
* @author Matt C [matt@artemisbot.uk]
|
||||
*
|
||||
|
@ -8,6 +8,7 @@
|
|||
*/
|
||||
import TestRegister from "../../TestRegister";
|
||||
|
||||
|
||||
TestRegister.addTests([
|
||||
{
|
||||
name: "Rotate left: nothing",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue