Added test for hex with percent delimiter

This commit is contained in:
Benjamin Eriksson 2026-02-10 23:05:33 +01:00
parent df74e8f551
commit 27613c6d80

View File

@ -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",