Lines Matching full:comment
277 std::string Code = "// comment\n" in TEST_F()
279 " // comment\n"; in TEST_F()
280 std::string Expected = "// comment\n" in TEST_F()
282 " // comment\n" in TEST_F()
288 std::string Code = "// comment\n" in TEST_F()
289 "// comment \\\n" in TEST_F()
290 " comment continued\n" in TEST_F()
292 "* comment\n" in TEST_F()
294 std::string Expected = "// comment\n" in TEST_F()
295 "// comment \\\n" in TEST_F()
296 " comment continued\n" in TEST_F()
298 "* comment\n" in TEST_F()
306 "* comment\n" in TEST_F()
307 "*/ /* comment\n" in TEST_F()
312 "* comment\n" in TEST_F()
313 "*/ /* comment\n" in TEST_F()
323 "* comment\n" in TEST_F()
324 "*/ /* comment\n" in TEST_F()
331 "* comment\n" in TEST_F()
332 "*/ /* comment\n" in TEST_F()
343 std::string Code = "// comment \n" in TEST_F()
346 std::string Expected = "// comment \n" in TEST_F()
354 std::string Code = "// comment \n" in TEST_F()
359 std::string Expected = "// comment \n" in TEST_F()
369 std::string Code = "// comment \n" in TEST_F()
372 std::string Expected = "// comment \n" in TEST_F()
380 std::string Code = "// comment \n" in TEST_F()
384 std::string Expected = "// comment \n" in TEST_F()
393 std::string Code = "// comment \n" in TEST_F()
396 std::string Expected = "// comment \n" in TEST_F()
416 std::string Code = "// comment \n" in TEST_F()
417 "#ifndef X // comment\n" in TEST_F()
418 "// comment\n" in TEST_F()
419 "/* comment\n" in TEST_F()
421 "/* comment */ #define X\n" in TEST_F()
424 std::string Expected = "// comment \n" in TEST_F()
425 "#ifndef X // comment\n" in TEST_F()
426 "// comment\n" in TEST_F()
427 "/* comment\n" in TEST_F()
429 "/* comment */ #define X\n" in TEST_F()
504 "// comment\n\n" in TEST_F()
507 "// comment\n\n" in TEST_F()
515 "// Comment\n" in TEST_F()
517 "/* Comment */\n" in TEST_F()
518 "// Comment\n" in TEST_F()
522 "// Comment\n" in TEST_F()
524 "/* Comment */\n" in TEST_F()
525 "// Comment\n" in TEST_F()
533 std::string Code = "// Loooooooooooooooooooooooooong comment\n" in TEST_F()
534 "// Loooooooooooooooooooooooooong comment\n" in TEST_F()
535 "// Loooooooooooooooooooooooooong comment\n" in TEST_F()
541 std::string Expected = "// Loooooooooooooooooooooooooong comment\n" in TEST_F()
542 "// Loooooooooooooooooooooooooong comment\n" in TEST_F()
543 "// Loooooooooooooooooooooooooong comment\n" in TEST_F()
557 "#include \"xyz.h\" // comment\n" in TEST_F()