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

Unified Diff: tests/lib/convert/base64_test.dart

Issue 2763823002: Move spaces from before comments to within comments (Closed)
Patch Set: Created 3 years, 9 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: tests/lib/convert/base64_test.dart
diff --git a/tests/lib/convert/base64_test.dart b/tests/lib/convert/base64_test.dart
index 4a2c1ab8e55cd66e0c7366ac6ea76728cde748cb..efd6233f5e187e89cef94d4f18113743ee71f6b1 100644
--- a/tests/lib/convert/base64_test.dart
+++ b/tests/lib/convert/base64_test.dart
@@ -266,7 +266,7 @@ void testErrors() {
badEncode(0x100);
badEncode(0x1000);
badEncode(0x10000);
- badEncode(0x100000000); /// 01: ok
+ badEncode(0x100000000); // /// 01: ok
badEncode(0x10000000000000000); /// 01: continued
}

Powered by Google App Engine
This is Rietveld 408576698