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

Unified Diff: packages/dart_style/test/whitespace/enums.unit

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
Index: packages/dart_style/test/whitespace/enums.unit
diff --git a/packages/dart_style/test/whitespace/enums.unit b/packages/dart_style/test/whitespace/enums.unit
index 0d3cb7a53bd6386cef5f40d3d212257b4cbfe68f..ac05e4272a377c412ee7e4f15646aac90121c2ad 100644
--- a/packages/dart_style/test/whitespace/enums.unit
+++ b/packages/dart_style/test/whitespace/enums.unit
@@ -7,10 +7,13 @@ enum Unity { ONE }
enum Primate{BONOBO,CHIMP,GORILLA}
<<<
enum Primate { BONOBO, CHIMP, GORILLA }
->>> single line trailing comma
+>>> trailing comma always splits
enum Primate{BONOBO,CHIMP,}
<<<
-enum Primate { BONOBO, CHIMP, }
+enum Primate {
+ BONOBO,
+ CHIMP,
+}
>>> metadata
@Awesome @Fierce("really")
enum Primate{BONOBO,CHIMP,GORILLA}
« no previous file with comments | « packages/dart_style/test/whitespace/directives.unit ('k') | packages/dart_style/test/whitespace/expressions.stmt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698