This file is indexed.

/usr/lib/python2.7/dist-packages/zope/pagetemplate/tests/input/checknotexpression.html is in python-zope.pagetemplate 4.0.4-0ubuntu2.

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>
<head></head>
<body>
<div tal:condition="not:python:0">not:python:0</div>
<div tal:condition="not:python:1">not:python:1</div>
<div tal:condition="not: python:1">not: python:1</div>
<div tal:condition="not:python:range(1,20)">not:python:range(1,20)</div>
</body>
</html>