|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Classes | |
| class | CommentTest |
| class | BlockCommentTest |
Functions | |
| TEST_P (CommentTest, CommentIgnored) | |
| INSTANTIATE_TEST_CASE_P (LineComment, CommentTest, testing::Values("//foo\, "//foo", "//**/", "////", "//\")) | |
| INSTANTIATE_TEST_CASE_P (BlockComment, CommentTest, testing::Values("/*foo*/", "/*foo\/", "/*//*/", "/*/**/", "/***/", "/*\/")) | |
| TEST_F (BlockCommentTest, CommentReplacedWithSpace) | |
| TEST_F (BlockCommentTest, UnterminatedComment) | |
| INSTANTIATE_TEST_CASE_P | ( | LineComment | , |
| CommentTest | |||
| ) |
| INSTANTIATE_TEST_CASE_P | ( | BlockComment | , |
| CommentTest | , | ||
| testing::Values("/*foo*/", "/*foo\", "/*//*/", "/*", "/*\") | |||
| ) |
| TEST_F | ( | BlockCommentTest | , |
| CommentReplacedWithSpace | |||
| ) |
| TEST_F | ( | BlockCommentTest | , |
| UnterminatedComment | |||
| ) |
| TEST_P | ( | CommentTest | , |
| CommentIgnored | |||
| ) |
1.8.13