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

Unified Diff: tests/language_strong/main_test.dart

Issue 2763823002: Move spaces from before comments to within comments (Closed)
Patch Set: Fix comments 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/language_strong/main_test.dart
diff --git a/tests/language_strong/main_test.dart b/tests/language_strong/main_test.dart
index 719ba81e2a63130242d62f54177418df6962e1bd..151636b465980be98e25d1ea6e4b43045b58c448 100644
--- a/tests/language_strong/main_test.dart
+++ b/tests/language_strong/main_test.dart
@@ -4,19 +4,19 @@
main(
-a /// 01: ok
-a, b /// 02: ok
-a, b, c /// 03: static type warning, runtime error
+a // /// 01: ok
+a, b // /// 02: ok
+a, b, c // /// 03: static type warning, runtime error
a, b, {c} /// 04: ok
a, b, [c] /// 05: ok
-[a] /// 20: ok
-a, [b] /// 21: ok
-[a, b] /// 22: ok
+[a] // /// 20: ok
+a, [b] // /// 21: ok
+[a, b] // /// 22: ok
-{a} /// 41: ok
-a, {b} /// 42: ok
-{a, b} /// 43: ok
+{a} // /// 41: ok
+a, {b} // /// 42: ok
+{a, b} // /// 43: ok
[a, b, c] /// 44: ok
{a, b, c} /// 45: ok

Powered by Google App Engine
This is Rietveld 408576698