This file is indexed.

/usr/share/pyshared/z3c/pt/tests/boolean.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
<form>
  <input type="input" tal:attributes="checked False" />
  <input type="input" tal:attributes="checked True" />
</form>