mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-12-12 21:14:56 +01:00
old-style enum namespacing
This commit is contained in:
@@ -1543,7 +1543,7 @@ JSONTEST_FIXTURE(ValueTest, StaticString) {
|
||||
|
||||
JSONTEST_FIXTURE(ValueTest, CommentBefore) {
|
||||
Json::Value val; // fill val
|
||||
val.setComment("// this comment should appear before", Json::CommentPlacement::commentBefore);
|
||||
val.setComment("// this comment should appear before", Json::commentBefore);
|
||||
Json::StreamWriterBuilder wbuilder;
|
||||
wbuilder.settings_["commentStyle"] = "All";
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user