Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1624)

Unified Diff: third_party/WebKit/Source/core/html/parser/HTMLEntityParserTest.cpp

Issue 2386893002: Reformat comments in core/html/parser (Closed)
Patch Set: self review Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/html/parser/HTMLEntityParserTest.cpp
diff --git a/third_party/WebKit/Source/core/html/parser/HTMLEntityParserTest.cpp b/third_party/WebKit/Source/core/html/parser/HTMLEntityParserTest.cpp
index e26462d20bfd20cbc2dcc54062280084df778f08..26bc7c92c1473e75100d13b008feefaeadff3889 100644
--- a/third_party/WebKit/Source/core/html/parser/HTMLEntityParserTest.cpp
+++ b/third_party/WebKit/Source/core/html/parser/HTMLEntityParserTest.cpp
@@ -18,7 +18,8 @@ TEST(HTMLEntityParserTest, ConsumeHTMLEntityIncomplete) {
EXPECT_TRUE(notEnoughCharacters);
EXPECT_FALSE(success);
- // consumeHTMLEntity should recover the original SegmentedString state if failed.
+ // consumeHTMLEntity should recover the original SegmentedString state if
+ // failed.
EXPECT_EQ(original, src.toString());
}

Powered by Google App Engine
This is Rietveld 408576698