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

Unified Diff: test/whitespace/directives.unit

Issue 792953003: Visit all components of dotted library name. Fixes #109. (Closed) Base URL: https://github.com/dart-lang/dart_style.git@master
Patch Set: Created 6 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/regression/109.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 aae0ce45cf18134063eb65ac895addf62eccfb97..a81dc25d2a774b1f8e3daa4f5d78cd3af75492e2 100644
--- a/test/whitespace/directives.unit
+++ b/test/whitespace/directives.unit
@@ -45,4 +45,8 @@ part of foo;
>>> long part of does not wrap
part of some_very_long_library_name_that_wraps;
<<<
-part of some_very_long_library_name_that_wraps;
+part of some_very_long_library_name_that_wraps;
+>>> no spaces between library identifiers
+library a . b . c;
+<<<
+library a.b.c;
« no previous file with comments | « test/regression/109.unit ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698