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

Unified Diff: frog/leg/tree/tree.dart

Issue 9642001: Make string juxtaposition combine properly with string interpolations. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed comments so far. Created 8 years, 9 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
Index: frog/leg/tree/tree.dart
diff --git a/frog/leg/tree/tree.dart b/frog/leg/tree/tree.dart
index d95180738634ea3816236ddfd48baf5afc34ec12..8c0cf1e809ad8a5d7ec19301bd782087f033a5b4 100644
--- a/frog/leg/tree/tree.dart
+++ b/frog/leg/tree/tree.dart
@@ -9,5 +9,6 @@
#import('../util/characters.dart');
#source('nodes.dart');
+#source('dartstring.dart');
#source('unparser.dart');
#source('visitors.dart');

Powered by Google App Engine
This is Rietveld 408576698