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

Unified Diff: pkg/polymer_expression/test/syntax_test.html

Issue 22950008: move fancy_syntax into Dart SVN (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: more readme edits Created 7 years, 4 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: pkg/polymer_expression/test/syntax_test.html
diff --git a/pkg/polymer_expression/test/syntax_test.html b/pkg/polymer_expression/test/syntax_test.html
new file mode 100644
index 0000000000000000000000000000000000000000..4f494a6c0d191efbaf0dee2b2747630037be56c7
--- /dev/null
+++ b/pkg/polymer_expression/test/syntax_test.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+
+<html>
+ <head>
+ <title>syntax_test</title>
+ </head>
+
+ <body>
+ <script type="application/dart" src="syntax_test.dart"></script>
+ <script src="packages/browser/dart.js"></script>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698