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

Unified Diff: tools/testing/frogpad/frogpad.dart

Issue 9416110: remove end script tag from comment (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/frogpad/frogpad.dart
diff --git a/tools/testing/frogpad/frogpad.dart b/tools/testing/frogpad/frogpad.dart
index e203ac5834392079bc04f6f69bf03198e1576e4a..7e806dce20796267667ccddf814b4c9d52f7a46c 100644
--- a/tools/testing/frogpad/frogpad.dart
+++ b/tools/testing/frogpad/frogpad.dart
@@ -104,7 +104,7 @@ class HtmlFileSystem implements FileSystem {
*
* <script type=application/inert id="frog_lang_dart">
* ... contents of file lang.dart placed here ...
- * </script>
Siggi Cherem (dart-lang) 2012/02/22 21:54:10 Please add a TODO somewhere about handling this mo
mattsh 2012/02/22 21:57:29 Yes, good point.
+ * etc.
*/
String idOfFilename(String filename) {
List<String> components = filename.split("/");
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698