1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
[[case]] name = "empty" input_hex = "" expected_hex = "" [[case]] name = "ascii" input_hex = "68656c6c6f" expected_hex = "68656c6c6f" [[case]] name = "binary" input_hex = "00ff107f80" expected_hex = "00ff107f80"