We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 435a32a commit a2117e0Copy full SHA for a2117e0
src/test_lib_json/main.cpp
@@ -3376,7 +3376,8 @@ JSONTEST_FIXTURE_LOCAL(TemplatedAs, equalBehaviorString) {
3376
#ifdef JSON_USE_CPPTL
3377
JSONTEST_FIXTURE_LOCAL(TemplatedAs, equalBehaviorConstString) {
3378
Json::Value json = "hello world";
3379
- JSONTEST_ASSERT_STRING_EQUAL(json.asConstString(), json.as<CppTL::ConstString>());
+ JSONTEST_ASSERT_STRING_EQUAL(json.asConstString(),
3380
+ json.as<CppTL::ConstString>());
3381
}
3382
#endif
3383
0 commit comments