Home
last modified time | relevance | path

Searched refs:json_with_comments (Results 1 - 1 of 1) sorted by relevance

/third_party/json/tests/src/
H A Dunit-class_parser.cpp284 std::vector<std::string> json_with_comments; in comments_helper() local
287 json_with_comments.push_back(std::string("// this is a comment\n") + s); in comments_helper()
288 json_with_comments.push_back(std::string("/* this is a comment */") + s); in comments_helper()
290 json_with_comments.push_back(s + "// this is a comment"); in comments_helper()
291 json_with_comments.push_back(s + "/* this is a comment */"); in comments_helper()
294 for (const auto& json_with_comment : json_with_comments) in comments_helper()

Completed in 6 milliseconds