mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2025-10-17 15:51:18 +08:00
Unity color resetting was fixed for Gitlab CI.
Based on escape codes: https://en.wikipedia.org/wiki/ANSI_escape_code#3-bit_and_4-bit
This commit is contained in:
@@ -261,7 +261,7 @@ TEST_PRINTF("Pointer %p\n", &a);
|
||||
TEST_PRINTF("Character %c\n", 'F');
|
||||
TEST_PRINTF("String %s\n", "My string");
|
||||
TEST_PRINTF("Percent %%\n");
|
||||
TEST_PRINTF("Color Red \033[41mFAIL\033[00m\n");
|
||||
TEST_PRINTF("Color Red \033[41mFAIL\033[0m\n");
|
||||
TEST_PRINTF("\n");
|
||||
TEST_PRINTF("Multiple (%d) (%i) (%u) (%x)\n", -100, 0, 200, 0x12345);
|
||||
```
|
||||
|
Reference in New Issue
Block a user