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

Unified Diff: utils/tests/template/name_entry_text.tmpl

Issue 9728009: Template bug fixes and new features. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Undid css.status change 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/template/callview.tmpl ('k') | utils/tests/template/nestedview.tmpl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/tests/template/name_entry_text.tmpl
diff --git a/utils/tests/template/name_entry_text.tmpl b/utils/tests/template/name_entry_text.tmpl
new file mode 100644
index 0000000000000000000000000000000000000000..fe5eb3982241e38df963f9d0d8bffd606b3e4afa
--- /dev/null
+++ b/utils/tests/template/name_entry_text.tmpl
@@ -0,0 +1,5 @@
+template NameEntry(String name, int age) {
+ <div> &#125; part1 part2 ${name} part3 &#125; </div>
+ <div> age = ${age} </div>&#125;
+}
+
« no previous file with comments | « utils/tests/template/callview.tmpl ('k') | utils/tests/template/nestedview.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698