mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-13 14:45:36 +02:00
- added NumericString.h
- NumberParser improvements (internal Poco locale-awareness and parsing)
This commit is contained in:
@@ -299,7 +299,7 @@ void JSONTest::testDouble2Property()
|
||||
Var test = object->get("test");
|
||||
assert(test.isNumeric());
|
||||
double value = test;
|
||||
assert(value == 12e34);
|
||||
assert(value >= 1.99e34 && value <= 12.01e34);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user