mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-19 11:15:50 +00:00
style: Mark JSON literal strings with R"JSON (#2169)
This commit is contained in:
@@ -71,7 +71,7 @@ struct ForwardingSourceOperationsNgTests : ForwardingSourceNgTests {
|
||||
}
|
||||
|
||||
protected:
|
||||
std::string const message_ = R"({"data": "some_data"})";
|
||||
std::string const message_ = R"JSON({"data": "some_data"})JSON";
|
||||
boost::json::object const reply_ = {{"reply", "some_reply"}};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user