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

Side by Side Diff: packages/dart_style/test/comments/top_level.unit

Issue 2990843002: Removed fixed dependencies (Closed)
Patch Set: Created 3 years, 4 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 unified diff | Download patch
OLDNEW
1 40 columns | 1 40 columns |
2 >>> leading whitespace before top comment is deleted 2 >>> leading whitespace before top comment is deleted
3 3
4 4
5 // comment 5 // comment
6 <<< 6 <<<
7 // comment 7 // comment
8 >>> 8 >>>
9 //comment one 9 //comment one
10 10
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 import 'a.dart'; /* comment */ 205 import 'a.dart'; /* comment */
206 import 'b.dart'; 206 import 'b.dart';
207 >>> ensure blank line above doc comments 207 >>> ensure blank line above doc comments
208 var a = 1; 208 var a = 1;
209 /// doc 209 /// doc
210 var b = 2; 210 var b = 2;
211 <<< 211 <<<
212 var a = 1; 212 var a = 1;
213 213
214 /// doc 214 /// doc
215 var b = 2; 215 var b = 2;
216 >>> in dotted name
217 import 'a' if (/**/a/**/./**/b/**/) 'c';
218 <<<
219 import 'a'
220 if (/**/ a /**/ . /**/ b /**/) 'c';
OLDNEW
« no previous file with comments | « packages/dart_style/test/comments/generic_methods.unit ('k') | packages/dart_style/test/formatter_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698