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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/comments/top_level.unit ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/regression/178.unit
diff --git a/test/regression/178.unit b/test/regression/178.unit
new file mode 100644
index 0000000000000000000000000000000000000000..863284e423ea7837ed2447c3557d7e4c534f7af5
--- /dev/null
+++ b/test/regression/178.unit
@@ -0,0 +1,14 @@
+>>>
+import 'dart:async'; /* soup */ import 'dart:io';
+
+void main() {
+ print('hi');
+}
+<<<
+import 'dart:async';
+/* soup */
+import 'dart:io';
+
+void main() {
+ print('hi');
+}
« 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