.autotest

git-svn-id: svn://ultimatepp.org/upp/trunk@11282 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2017-08-03 09:31:07 +00:00
parent 638c3cf1fd
commit 13e374a90a

View file

@ -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");
}