1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-23 15:52:55 +01:00

Fix #22072: Localisation: Separate objective date string from staff tenure date string (#22074)

Co-authored-by: Tulio Leao <tupaschoal@gmail.com>
This commit is contained in:
Arnold Zhou
2024-09-29 01:13:48 +10:00
committed by GitHub
parent ce7e501607
commit c161a3911a
7 changed files with 19 additions and 7 deletions

View File

@@ -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)