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

Unified Diff: grit/testdata/include_test.html

Issue 7994004: Initial source commit to grit-i18n project. (Closed) Base URL: http://grit-i18n.googlecode.com/svn/trunk/
Patch Set: Created 9 years, 3 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 | « grit/testdata/hover.html ('k') | grit/testdata/included_sample.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: grit/testdata/include_test.html
===================================================================
--- grit/testdata/include_test.html (revision 0)
+++ grit/testdata/include_test.html (revision 0)
@@ -0,0 +1,31 @@
+<include src="included_sample.html">
+<if expr="True">
+should be kept
+</if>
+in the middle...
+<if expr="False">
+should be removed
+</if>
+
+<if expr="False">
+should be removed
+ <if expr="True">
+ should be removed because outer expr is False
+ </if>
+should be removed
+</if>
+
+<if expr="True">
+ <if expr="True">
+ <if expr="True">
+ nested true should be kept
+ </if>
+ <if expr="False">
+ should be removed
+ </if>
+ </if>
+ <if expr="True">
+ silbing true should be kept
+ </if>
+</if>
+at the end...
Property changes on: grit/testdata/include_test.html
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « grit/testdata/hover.html ('k') | grit/testdata/included_sample.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698