This file is indexed.

/usr/lib/python2.7/dist-packages/chameleon/tests/inputs/062-comments-and-expressions.pt is in python-chameleon 2.6.1-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<div>
  <!--! ${dropped} -->
</div>

<div>
  <!--? ${left alone} -->
</div>

<div>
  <!-- ${'not left alone'} -->
</div>

<div meta:interpolation="true">
  <!-- ${'not left alone'} -->
</div>

<div meta:interpolation="false">
  <!-- ${left alone} -->
</div>

<!--[if IE ${6}]>
  Special instructions for IE 6 here
<![endif]-->

<!--?[if IE 6]>
  ${left alone}
<![endif]-->