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

Unified Diff: utils/tests/template/run

Issue 9791020: Fixed bug with template control statements as first node of template (each, with, call, etc.). (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: CL cleanup 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/productview3.tmpl ('k') | no next file » | 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 efbd81808b675740c8bccc26953b7883c7e0755c..8529cbe0aa53b612b88618c878f58d6a27350a82 100755
--- a/utils/tests/template/run
+++ b/utils/tests/template/run
@@ -45,16 +45,26 @@ then
./../../template/template productview_localname.tmpl productview.dart
cd ../../../frog
./frog.py --html -- ../utils/tests/template/test_with.dart
+ elif [[ $1 == "with4" ]];
+ then
+ ./../../template/template productview3.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" ]];
+ elif [[ $1 == "list1" ]];
then
./../../template/template applications.tmpl applications.dart
cd ../../../frog
./frog.py --html -- ../utils/tests/template/test_list.dart
+ elif [[ $1 == "list2" ]];
+ then
+ ./../../template/template applications2.tmpl applications.dart
+ cd ../../../frog
+ ./frog.py --html -- ../utils/tests/template/test_list.dart
elif [[ $1 == "complex" ]];
then
./../../template/template top_searches.tmpl top_searches.dart
@@ -105,8 +115,10 @@ else
echo -e " with1"
echo -e " with2"
echo -e " with3"
+ echo -e " with4"
echo -e " nested"
- echo -e " list"
+ echo -e " list1"
+ echo -e " list2"
echo -e " complex"
echo -e " complexcss"
echo -e " complex2"
« no previous file with comments | « utils/tests/template/productview3.tmpl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698