mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-06 17:27:58 +00:00
style: Mark JSON literal strings with R"JSON (#2169)
This commit is contained in:
@@ -53,11 +53,11 @@ TEST_F(RPCVersionHandlerTest, Default)
|
||||
};
|
||||
|
||||
boost::json::value jsonData = boost::json::parse(fmt::format(
|
||||
R"({{
|
||||
R"JSON({{
|
||||
"api_version.min": {},
|
||||
"api_version.max": {},
|
||||
"api_version.default": {}
|
||||
}})",
|
||||
}})JSON",
|
||||
kMIN_API_VERSION,
|
||||
kMAX_API_VERSION,
|
||||
kDEFAULT_API_VERSION
|
||||
|
||||
Reference in New Issue
Block a user