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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « grit/testdata/hover.html ('k') | grit/testdata/included_sample.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <include src="included_sample.html">
2 <if expr="True">
3 should be kept
4 </if>
5 in the middle...
6 <if expr="False">
7 should be removed
8 </if>
9
10 <if expr="False">
11 should be removed
12 <if expr="True">
13 should be removed because outer expr is False
14 </if>
15 should be removed
16 </if>
17
18 <if expr="True">
19 <if expr="True">
20 <if expr="True">
21 nested true should be kept
22 </if>
23 <if expr="False">
24 should be removed
25 </if>
26 </if>
27 <if expr="True">
28 silbing true should be kept
29 </if>
30 </if>
31 at the end...
OLDNEW
« 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