Added test for hex with percent delimiter
This commit is contained in:
parent
df74e8f551
commit
27613c6d80
@ -43,6 +43,20 @@ TestRegister.addTests([
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
name: "ASCII to Hex with percent deliminator",
|
||||
input: "aberystwyth",
|
||||
expectedOutput: "%61%62%65%72%79%73%74%77%79%74%68",
|
||||
recipeConfig: [
|
||||
{
|
||||
"op": "To Hex",
|
||||
"args": [
|
||||
"Percent",
|
||||
0
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
name: "ASCII to 0x Hex with comma and line breaks",
|
||||
input: "aberystwyth",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user