MCPcopy Create free account
hub / github.com/Tripwire/tripwire-open-source / TestHexToString

Function TestHexToString

src/twtest/displayencoder_t.cpp:164–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164void TestHexToString()
165{
166 test_hex_to_string("0a", "\n");
167 test_hex_to_string("0d", "\r");
168 test_hex_to_string("0d0a", "\r\n");
169 test_hex_to_string("610d0a62", "a\r\nb");
170}
171
172#if 0
173//////////////////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls 1

test_hex_to_stringFunction · 0.85

Tested by

no test coverage detected