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

Unified Diff: third_party/WebKit/Source/platform/DecimalTest.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/platform/DecimalTest.cpp
diff --git a/third_party/WebKit/Source/platform/DecimalTest.cpp b/third_party/WebKit/Source/platform/DecimalTest.cpp
index e22736c404f813fa4fdc3ff4fb13290b9f0d8395..621258a18daeb37a0a9270e8548615e8961a02e9 100644
--- a/third_party/WebKit/Source/platform/DecimalTest.cpp
+++ b/third_party/WebKit/Source/platform/DecimalTest.cpp
@@ -900,8 +900,9 @@ TEST_F(DecimalTest, RealWorldExampleNumberStepUpStepDownFromRenderer) {
EXPECT_DECIMAL_STREQ("90", stepUp("0", "99", "10", "89", 1));
EXPECT_DECIMAL_STREQ(
"1", stepUp("0", "1", "0.33333333333333333", "0", 3)); // step=1/3
- EXPECT_DECIMAL_STREQ("0.01", stepUp("0", "0.01", "0.0033333333333333333", "0",
- 3)); // step=1/300
+ EXPECT_DECIMAL_STREQ("0.01",
+ stepUp("0", "0.01", "0.0033333333333333333", "0",
+ 3)); // step=1/300
EXPECT_DECIMAL_STREQ(
"1", stepUp("0", "1", "0.003921568627450980", "0", 255)); // step=1/255
EXPECT_DECIMAL_STREQ("1", stepUp("0", "1", "0.1", "0", 10));
« no previous file with comments | « third_party/WebKit/Source/platform/CrossThreadFunctional.h ('k') | third_party/WebKit/Source/platform/PODIntervalTreeTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698