mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
.autotest
git-svn-id: svn://ultimatepp.org/upp/trunk@7165 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
0cfdc224aa
commit
3e54af39d0
1 changed files with 2 additions and 2 deletions
|
|
@ -105,8 +105,8 @@ CONSOLE_APP_MAIN
|
|||
ASSERT("xx" + x == String("xxab"));
|
||||
ASSERT(x + 'z' == String("abz"));
|
||||
ASSERT('z' + x == String("zab"));
|
||||
ASSERT(x + (int)'z' == String("abz"));
|
||||
ASSERT((int)'z' + x == String("zab"));
|
||||
// ASSERT(x + (int)'z' == String("abz")); Removed because of ambiguity
|
||||
// ASSERT((int)'z' + x == String("zab")); Removed because of ambiguity
|
||||
String xx = x;
|
||||
String bb = b;
|
||||
Swap(b, x);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue