We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7566563 commit 525c895Copy full SHA for 525c895
1 file changed
src/test_lib_json/main.cpp
@@ -282,6 +282,8 @@ JSONTEST_FIXTURE(ValueTest, null) {
282
JSONTEST_ASSERT_EQUAL(0.0, null_.asDouble());
283
JSONTEST_ASSERT_EQUAL(0.0, null_.asFloat());
284
JSONTEST_ASSERT_STRING_EQUAL("", null_.asString());
285
+
286
+ JSONTEST_ASSERT_EQUAL(Json::Value::null, null_);
287
}
288
289
JSONTEST_FIXTURE(ValueTest, strings) {
0 commit comments