mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-22 14:15:23 -06:00
.autotest
git-svn-id: svn://ultimatepp.org/upp/trunk@15178 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
d842135791
commit
5f233f326d
1 changed files with 4 additions and 0 deletions
|
|
@ -4,6 +4,8 @@ using namespace Upp;
|
|||
|
||||
CONSOLE_APP_MAIN
|
||||
{
|
||||
StdLogSetup(LOG_COUT|LOG_FILE);
|
||||
|
||||
String x = "0123456789012345";
|
||||
ASSERT(x.FindFirstOf("654") == 4);
|
||||
ASSERT(x.FindFirstOf("46") == 4);
|
||||
|
|
@ -121,4 +123,6 @@ CONSOLE_APP_MAIN
|
|||
sb[0] = 'a';
|
||||
bb = sb;
|
||||
ASSERT(bb == "a2");
|
||||
|
||||
LOG("============== OK");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue