mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-26 01:36:17 -04:00
Remove tickbox and make 0x comma an option
This commit is contained in:
parent
9a3464a5ec
commit
293a95e938
2 changed files with 36 additions and 30 deletions
|
@ -10,8 +10,7 @@ TestRegister.addTests([
|
|||
"op": "To Hex",
|
||||
"args": [
|
||||
"None",
|
||||
0,
|
||||
false
|
||||
0
|
||||
]
|
||||
},
|
||||
]
|
||||
|
@ -25,8 +24,7 @@ TestRegister.addTests([
|
|||
"op": "To Hex",
|
||||
"args": [
|
||||
"Colon",
|
||||
0,
|
||||
false
|
||||
0
|
||||
]
|
||||
}
|
||||
]
|
||||
|
@ -39,9 +37,8 @@ TestRegister.addTests([
|
|||
{
|
||||
"op": "To Hex",
|
||||
"args": [
|
||||
"0x",
|
||||
0,
|
||||
true
|
||||
"0x with comma",
|
||||
0
|
||||
]
|
||||
}
|
||||
]
|
||||
|
@ -54,9 +51,8 @@ TestRegister.addTests([
|
|||
{
|
||||
"op": "To Hex",
|
||||
"args": [
|
||||
"0x",
|
||||
4,
|
||||
true
|
||||
"0x with comma",
|
||||
4
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue