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

Unified Diff: samples/markdown/markdown.dart

Issue 11364134: Merge libv1. (Closed) Base URL: https://dart.googlecode.com/svn/experimental/lib_v2/dart
Patch Set: Reupload due to error 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
« no previous file with comments | « samples/markdown/lib.dart ('k') | samples/newissues/newissues.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/markdown/markdown.dart
diff --git a/samples/markdown/markdown.dart b/samples/markdown/markdown.dart
index c39da493f9fc8fb074d488e5484a43d90374ce2e..e7d502730d0c68e76228cead2231c7f91ee37bb8 100644
--- a/samples/markdown/markdown.dart
+++ b/samples/markdown/markdown.dart
@@ -3,10 +3,10 @@
// BSD-style license that can be found in the LICENSE file.
/// Standalone script for parsing markdown from files and converting to HTML.
-#library('markdown_app');
+library markdown_app;
-#import('dart:io');
-#import('lib.dart');
+import 'dart:io';
+import 'lib.dart';
main() {
final args = (new Options()).arguments;
« no previous file with comments | « samples/markdown/lib.dart ('k') | samples/newissues/newissues.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698