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

Unified Diff: utils/tests/template/run

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/realviews.tmpl ('k') | utils/tests/template/test_nested.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/tests/template/run
diff --git a/utils/tests/template/run b/utils/tests/template/run
index 71adcabc057048e7fb931a8915c3ebd790eaa78d..efbd81808b675740c8bccc26953b7883c7e0755c 100755
--- a/utils/tests/template/run
+++ b/utils/tests/template/run
@@ -20,6 +20,16 @@ then
./../../template/template name_entry_css.tmpl name_entry.dart
cd ../../../frog
./frog.py --html -- ../utils/tests/template/test_simple.dart
+ elif [[ $1 == "simple4" ]];
+ then
+ ./../../template/template name_entry_text.tmpl name_entry.dart
+ cd ../../../frog
+ ./frog.py --html -- ../utils/tests/template/test_simple.dart
+ elif [[ $1 == "simplecall" ]];
+ then
+ ./../../template/template callview.tmpl name_entry.dart
+ cd ../../../frog
+ ./frog.py --html -- ../utils/tests/template/test_simple.dart
elif [[ $1 == "with1" ]];
then
./../../template/template productview.tmpl productview.dart
@@ -30,6 +40,16 @@ then
./../../template/template productview2.tmpl productview.dart
cd ../../../frog
./frog.py --html -- ../utils/tests/template/test_with.dart
+ elif [[ $1 == "with3" ]];
+ then
+ ./../../template/template productview_localname.tmpl productview.dart
+ cd ../../../frog
+ ./frog.py --html -- ../utils/tests/template/test_with.dart
+ elif [[ $1 == "nested" ]];
+ then
+ ./../../template/template nestedview.tmpl nestedview.dart
+ cd ../../../frog
+ ./frog.py --html -- ../utils/tests/template/test_nested.dart
elif [[ $1 == "list" ]];
then
./../../template/template applications.tmpl applications.dart
@@ -62,6 +82,8 @@ then
rm -f name_entry.dart
echo "rm productview.dart"
rm -f productview.dart
+ echo "rm nestedview.dart"
+ rm -f nestedview.dart
echo "rm applications.dart"
rm -f applications.dart
echo "rm top_searches.dart"
@@ -78,8 +100,12 @@ else
echo -e " simple1"
echo -e " simple2"
echo -e " simple3"
+ echo -e " simple4"
+ echo -e " simplecall"
echo -e " with1"
echo -e " with2"
+ echo -e " with3"
+ echo -e " nested"
echo -e " list"
echo -e " complex"
echo -e " complexcss"
« no previous file with comments | « utils/tests/template/realviews.tmpl ('k') | utils/tests/template/test_nested.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698