This file is indexed.

/usr/share/pyshared/z3c/pt/tests/provider.pt is in python-z3c.pt 2.2.3-0ubuntu1.

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
<html>
  <body>
    <div id="content" tal:content="structure provider: content" />
    <div id="content" tal:content="structure provider: ${python: 'content'}" />
  </body>
</html>