| 318 | } |
| 319 | |
| 320 | void testCstringsEscapeSequence(void) |
| 321 | { |
| 322 | #ifndef USING_OUTPUT_SPY |
| 323 | TEST_IGNORE(); |
| 324 | #else |
| 325 | startPutcharSpy(); |
| 326 | UnityPrint("\x16\x10"); |
| 327 | endPutcharSpy(); |
| 328 | TEST_ASSERT_EQUAL_STRING("\\x16\\x10", getBufferPutcharSpy()); |
| 329 | #endif |
| 330 | } |
nothing calls this directly
no test coverage detected