This file is indexed.

/usr/share/pyshared/z3c/pt/tests/view.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
7
8
9
<div xmlns="http://www.w3.org/1999/xhtml"
     xmlns:tal="http://xml.zope.org/namespaces/tal">
  <span tal:content="view" />
  <span tal:content="context" />
  <span tal:content="request" />
  <span tal:content="options/test" />
  <span tal:condition="not:not:exists:options"
  	tal:content="options/test/lower" />
</div>