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

Unified Diff: utils/tests/template/README.txt

Issue 9695048: Template parser (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Siggi's comments 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
« no previous file with comments | « utils/tests/css/src/SelectorLiteralTest.dart ('k') | utils/tests/template/applications.tmpl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/tests/template/README.txt
diff --git a/utils/tests/template/README.txt b/utils/tests/template/README.txt
new file mode 100644
index 0000000000000000000000000000000000000000..1e1ebd5c0a7f0abb6980f72e1aa3ff48a3b4830a
--- /dev/null
+++ b/utils/tests/template/README.txt
@@ -0,0 +1,58 @@
+Simple Tests:
+ test_simple.dart (main application)
+
+ Works with templates:
+ name_entry.tmpl - simple template expression with attributes
+ name_entry2.tmpl - simple template expression inside nested tags
+ name_entry_css.tmpl - simple template expression with CSS
+
+With Tests:
+ test_with.dart (main application)
+
+ Works with templates:
+ productview.tmpl - simplest with template
+ productview2.tmpl - with tested with var
+
+List Tests:
+ test_list.dart (main application)
+
+ Works with templates:
+ applications.tmpl - simple list
+
+Complex Tests:
+ test_complex.dart (main application)
+
+ Works with templates:
+ top_searches.tmpl - #each inside of a #with
+ top_searches_css.tmpl - #each inside of a #with with CSS
+
+Complex #2 Tests:
+ test_complex2.dart (main application)
+
+ Works with templates:
+ top_searches2.tmpl - #each inside of a #with w/ CSS and data model
+
+Real World Application - Lists w/ events
+ real_app.dart (main application)
+
+ Works with templates:
+ realviews.tmpl - more complex app with event hookup (using var)
+
+To build and run the above tests with frog in the browser. Each .tmpl maps to
+a test name:
+
+ simple1 => name_entry.tmpl
+ simple2 => name_entry2.tmpl
+ simple3 => name_entry_css.tmpl
+ with1 => productview.tmpl
+ with2 => productview2.tmpl
+ list => applications.tmpl
+ complex => top_searches.tmpl
+ complexcss => top_searches_css.tmpl
+ complex2 => top_searches2.tmpl
+ real => realviews.tmpl
+
+ e.g. to run the Real World Application do:
+
+ cd utils/test/templates
+ ./run real
« no previous file with comments | « utils/tests/css/src/SelectorLiteralTest.dart ('k') | utils/tests/template/applications.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698