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

Unified Diff: test/whitespace/directives.unit

Issue 1505983005: Upgrade to analyzer 0.27.0. (Closed) Base URL: https://github.com/dart-lang/dart_style.git@master
Patch Set: More upgrades. Created 5 years 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 | « test/splitting/imports.unit ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/whitespace/directives.unit
diff --git a/test/whitespace/directives.unit b/test/whitespace/directives.unit
index a81dc25d2a774b1f8e3daa4f5d78cd3af75492e2..5d7ff386b4f27092d9c89d283bbac61d4daaaa0e 100644
--- a/test/whitespace/directives.unit
+++ b/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 | « test/splitting/imports.unit ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698