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@11282 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
638c3cf1fd
commit
13e374a90a
1 changed files with 4 additions and 0 deletions
|
|
@ -37,5 +37,9 @@ CONSOLE_APP_MAIN
|
|||
ASSERT(text2 == text);
|
||||
ASSERT(ToUtf32(text2) == h);
|
||||
|
||||
String h127;
|
||||
h127.Cat(127);
|
||||
ASSERT(AsJSON(h127) == "\"\\u007F\"");
|
||||
|
||||
LOG("=================== OK");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue