This file is indexed.

/usr/share/pyshared/z3c/pt/tests/path.pt is in python-z3c.pt 2.1.5-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
<div tal:define="editor options/editor;
                 support python: path('nocall:here/%s_wysiwyg_support|here/%s/wysiwyg_support|here/portal_skins/plone_wysiwyg/wysiwyg_support' % (editor, editor))"
     tal:condition="support">
  WYSWIWYG supported.
</div>

<div tal:define="path string:some path">
  <span tal:content="path" />
</div>