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

Unified Diff: editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/formatter/CodeFormatterTest.data

Issue 11316129: Formatter checkpoint. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 1 month 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
Index: editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/formatter/CodeFormatterTest.data
===================================================================
--- editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/formatter/CodeFormatterTest.data (revision 15190)
+++ editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/formatter/CodeFormatterTest.data (working copy)
@@ -1,10 +1,28 @@
<<<<
Brian Wilkerson 2012/11/21 15:02:46 Not that I'm asking for a change, but it would be
pquitslund 2012/11/21 18:17:09 Good deal. I'm increasingly on the fence about th
-class A{
+class A {
}
>>>>
class A {
}
<<<<
+class B {
+}
+>>>>
+class B {
+}
+<<<<
+class C {
+}
+>>>>
+class C {
+}
+<<<<
+class D extends B {
+}
+>>>>
+class D extends B {
+}
+<<<<
class A {}
>>>>
class A {

Powered by Google App Engine
This is Rietveld 408576698