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

Unified Diff: grit/testdata/include_test.html

Issue 1442863002: Remove contents of grit's SVN repository. (Closed) Base URL: http://grit-i18n.googlecode.com/svn/trunk/
Patch Set: Created 5 years, 1 month 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 202)
+++ grit/testdata/include_test.html (working copy)
@@ -1,31 +0,0 @@
-<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...
« 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