mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-23 15:52:55 +01:00
Co-authored-by: Tulio Leao <tupaschoal@gmail.com>
This commit is contained in:
@@ -42,7 +42,7 @@ TEST_F(FmtStringTests, iteration)
|
||||
actual += String::StdFormat("[%d:%s]", t.kind, std::string(t.text).c_str());
|
||||
}
|
||||
|
||||
ASSERT_EQ("[29:{BLACK}][1:Guests: ][8:{INT32}]", actual);
|
||||
ASSERT_EQ("[30:{BLACK}][1:Guests: ][8:{INT32}]", actual);
|
||||
}
|
||||
|
||||
TEST_F(FmtStringTests, iteration_escaped)
|
||||
|
||||
Reference in New Issue
Block a user