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

Unified Diff: packages/dart_style/test/whitespace/directives.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
« no previous file with comments | « packages/dart_style/test/whitespace/classes.unit ('k') | packages/dart_style/test/whitespace/enums.unit » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/dart_style/test/whitespace/directives.unit
diff --git a/packages/dart_style/test/whitespace/directives.unit b/packages/dart_style/test/whitespace/directives.unit
index a81dc25d2a774b1f8e3daa4f5d78cd3af75492e2..5d7ff386b4f27092d9c89d283bbac61d4daaaa0e 100644
--- a/packages/dart_style/test/whitespace/directives.unit
+++ b/packages/dart_style/test/whitespace/directives.unit
@@ -49,4 +49,12 @@ part of some_very_long_library_name_that_wraps;
>>> no spaces between library identifiers
library a . b . c;
<<<
-library a.b.c;
+library a.b.c;
+>>> configuration
+import'a'if(b . c . d)'e';
+<<<
+import 'a' if (b.c.d) 'e';
+>>> configuration
+export'a'if(b . c=='d' )'e';
+<<<
+export 'a' if (b.c == 'd') 'e';
« no previous file with comments | « packages/dart_style/test/whitespace/classes.unit ('k') | packages/dart_style/test/whitespace/enums.unit » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698