undo mistake on merging

This commit is contained in:
LOSEARDES77 2025-05-07 19:22:22 +02:00
parent aa3932a996
commit c76afe2463

View file

@ -43,6 +43,9 @@ int main(int argc, char** argv, char** envp) {
EXPECT(list2[0], "test"); EXPECT(list2[0], "test");
EXPECT(list2[1], "test:test"); EXPECT(list2[1], "test:test");
CConstVarList listConst("hello world!", 0, 's', true);
EXPECT(listConst[0], "hello");
EXPECT(listConst[1], "world!");
std::string hello = "hello world!"; std::string hello = "hello world!";
replaceInString(hello, "hello", "hi"); replaceInString(hello, "hello", "hi");