This file is indexed.

/usr/lib/python2.7/dist-packages/chameleon/tests/inputs/010-structure.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
<html>
  <body>
    <div tal:content="text string:1 &lt; 2" />
    <div tal:content="structure string:2 &lt; 3, 2&amp;3, 2&lt;3, 2&gt;3" />
    <div tal:content="structure string:3 ${'&lt;'} 4" />
    <div tal:content="structure '%d &lt; %d' % (4, 5)" />
    <div tal:replace="structure content" />
  </body>
</html>