mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-10-11 18:33:51 +02:00
Fixed a whitespace problem.
This commit is contained in:
@@ -45,7 +45,7 @@ struct ValueTest : JsonTest::TestCase
|
|||||||
, smallUnsignedInteger_( Json::Value::UInt( Json::Value::maxInt ) )
|
, smallUnsignedInteger_( Json::Value::UInt( Json::Value::maxInt ) )
|
||||||
, unsignedInteger_( 34567890u )
|
, unsignedInteger_( 34567890u )
|
||||||
, real_( 1234.56789 )
|
, real_( 1234.56789 )
|
||||||
, float_( 0.00390625f )
|
, float_( 0.00390625f )
|
||||||
, emptyString_( "" )
|
, emptyString_( "" )
|
||||||
, string1_( "a" )
|
, string1_( "a" )
|
||||||
, string_( "sometext with space" )
|
, string_( "sometext with space" )
|
||||||
|
Reference in New Issue
Block a user