.autotest

git-svn-id: svn://ultimatepp.org/upp/trunk@7347 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2014-05-03 13:53:53 +00:00
parent 87a633dd70
commit 7bd4a62fa3

View file

@ -170,6 +170,8 @@ void ATest()
ASSERT(x == ~Str("<b>neednene<x>nenee<x>the<e>"));
x.Replace("", "x");
ASSERT(x.Find("", 10) == 10);
}
CONSOLE_APP_MAIN