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

Unified Diff: third_party/WebKit/Source/core/xml/XPathFunctionsTest.cpp

Issue 2701993002: DO NOT COMMIT: Results of running new (proposed) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 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/xml/XPathFunctionsTest.cpp
diff --git a/third_party/WebKit/Source/core/xml/XPathFunctionsTest.cpp b/third_party/WebKit/Source/core/xml/XPathFunctionsTest.cpp
index ef59c278ee736733b35a685ca94b6d7446514c2f..35a99e224f644b01411d2984d0d1f29729bd6a84 100644
--- a/third_party/WebKit/Source/core/xml/XPathFunctionsTest.cpp
+++ b/third_party/WebKit/Source/core/xml/XPathFunctionsTest.cpp
@@ -83,8 +83,9 @@ TEST(XPathFunctionsTest, substring_specExamples) {
substring("12345", -42, std::numeric_limits<double>::infinity()))
<< "should select characters at -42 <= position < Infinity, which is all "
"of them";
- EXPECT_EQ("", substring("12345", -std::numeric_limits<double>::infinity(),
- std::numeric_limits<double>::infinity()))
+ EXPECT_EQ("",
+ substring("12345", -std::numeric_limits<double>::infinity(),
+ std::numeric_limits<double>::infinity()))
<< "since -Inf+Inf is NaN, should select no characters since position "
"< NaN is always false";
}
« no previous file with comments | « third_party/WebKit/Source/core/xml/XPathExpression.cpp ('k') | third_party/WebKit/Source/core/xml/XPathParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698