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

Side by Side Diff: test/regression/178.unit

Issue 1180443003: Don't allow inline block comments to eat pending newlines. (Closed) Base URL: https://github.com/dart-lang/dart_style.git@master
Patch Set: Add a test. Created 5 years, 6 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
« no previous file with comments | « test/comments/top_level.unit ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 >>>
2 import 'dart:async'; /* soup */ import 'dart:io';
3
4 void main() {
5 print('hi');
6 }
7 <<<
8 import 'dart:async';
9 /* soup */
10 import 'dart:io';
11
12 void main() {
13 print('hi');
14 }
OLDNEW
« no previous file with comments | « test/comments/top_level.unit ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698