mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-30 22:04:05 -06:00
.autotest
git-svn-id: svn://ultimatepp.org/upp/trunk@8933 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
4af3fa90be
commit
b0492ede9f
1 changed files with 2 additions and 0 deletions
|
|
@ -179,6 +179,7 @@ CONSOLE_APP_MAIN
|
|||
mm.GetAdd(1).a.Add(13);
|
||||
}
|
||||
|
||||
#ifdef CPP_11
|
||||
XmlNode n;
|
||||
n = ParseXML("<a>xxx</a><b>xxx</b>");
|
||||
String r;
|
||||
|
|
@ -197,6 +198,7 @@ CONSOLE_APP_MAIN
|
|||
for(auto i: v)
|
||||
r << i << ";";
|
||||
ASSERT(r == "1;2;3;4;");
|
||||
#endif
|
||||
|
||||
LOG("=========== OK");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue