diff --git a/autotest/StringMethods/StringMethods.cpp b/autotest/StringMethods/StringMethods.cpp index b36a70e1f..1958ca07a 100644 --- a/autotest/StringMethods/StringMethods.cpp +++ b/autotest/StringMethods/StringMethods.cpp @@ -170,6 +170,8 @@ void ATest() ASSERT(x == ~Str("needneneneneethe")); x.Replace("", "x"); + + ASSERT(x.Find("", 10) == 10); } CONSOLE_APP_MAIN