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

Unified Diff: packages/dart_style/test/comments/expressions.stmt

Issue 2990843002: Removed fixed dependencies (Closed)
Patch Set: Created 3 years, 5 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
« no previous file with comments | « packages/dart_style/test/command_line_test.dart ('k') | packages/dart_style/test/comments/functions.unit » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/dart_style/test/comments/expressions.stmt
diff --git a/packages/dart_style/test/comments/expressions.stmt b/packages/dart_style/test/comments/expressions.stmt
index 2bb2b3ac6ea252e8e248eaa6ae468648d2ee34ee..975669e83972af5393664caf787c1467a3354119 100644
--- a/packages/dart_style/test/comments/expressions.stmt
+++ b/packages/dart_style/test/comments/expressions.stmt
@@ -33,6 +33,15 @@ foo(/* */) {}
foo(1,/* a */ 2 /* b */ , 3);
<<<
foo(1, /* a */ 2 /* b */, 3);
+>>> block comment after comma follows later arg
+foo(arg, /* comment */ arg, /* comment */ arg, /* comment */ arg, /* comment */ arg);
+<<<
+foo(
+ arg,
+ /* comment */ arg,
+ /* comment */ arg,
+ /* comment */ arg,
+ /* comment */ arg);
>>> space between block comment and other tokens
var/**/a/**/=/**/1/**/+/**/2;
<<<
« no previous file with comments | « packages/dart_style/test/command_line_test.dart ('k') | packages/dart_style/test/comments/functions.unit » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698