style: Mark JSON literal strings with R"JSON (#2169)

This commit is contained in:
Ayaz Salikhov
2025-05-30 15:50:39 +01:00
committed by GitHub
parent 7588e9d5bf
commit ecdea015b9
76 changed files with 2811 additions and 2748 deletions

View File

@@ -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