| Index: tools/grit/grit/testdata/include_test.html
|
| ===================================================================
|
| --- tools/grit/grit/testdata/include_test.html (revision 91164)
|
| +++ tools/grit/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...
|
|
|