mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-28 20:15:24 +08:00
old-style enum namespacing
This commit is contained in:
parent
b2a7438d08
commit
401e98269e
@ -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";
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user