mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-23 08:16:17 -04:00
Fixed tests for octal operations.
This commit is contained in:
parent
a36c9ca339
commit
5f85bff315
5 changed files with 88 additions and 7 deletions
|
@ -455,7 +455,7 @@ const OperationConfig = {
|
|||
]
|
||||
},
|
||||
"From Octal": {
|
||||
description: "Converts a octal byte string back into its raw value.<br><br>e.g. <code>316 223 316 265 316 271 316 254 40 317 203 316 277 317 205</code> becomes the UTF-8 encoded string <code>Γειά σου</code>",
|
||||
description: "Converts an octal byte string back into its raw value.<br><br>e.g. <code>316 223 316 265 316 271 316 254 40 317 203 316 277 317 205</code> becomes the UTF-8 encoded string <code>Γειά σου</code>",
|
||||
run: ByteRepr.runFromOct,
|
||||
highlight: false,
|
||||
highlightReverse: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue