Fix wrong order of test.
This commit is contained in:
parent
52013c25a1
commit
b2a2d81e37
@ -224,5 +224,5 @@ TEST(ColorsTest, Colors) {
|
|||||||
EXPECT_WRITE(
|
EXPECT_WRITE(
|
||||||
stdout,
|
stdout,
|
||||||
fmt::print(fg(fmt::color::blue) | fmt::emphasis::bold, "blue/bold"),
|
fmt::print(fg(fmt::color::blue) | fmt::emphasis::bold, "blue/bold"),
|
||||||
"\x1b[38;2;000;000;255m\x1b[1mblue/bold\x1b[0m");
|
"\x1b[1m\x1b[38;2;000;000;255mblue/bold\x1b[0m");
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user