git-svn-id: svn://ultimatepp.org/upp/trunk@6791 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2014-01-18 14:52:49 +00:00
parent 3b29cca6a6
commit 0b28acea3b

View file

@ -54,6 +54,7 @@ CONSOLE_APP_MAIN
CHECK_OVERFLOW("1e500", ReadDouble(), true);
CHECK_OVERFLOW("-1e300", ReadDouble(), false);
CHECK_OVERFLOW("-1e500", ReadDouble(), true);
CHECK_OVERFLOW(String('0', 500), ReadDouble(), true);
LOG("OK");
}