This file is indexed.

/usr/share/doc/renaissance-doc/examples/Examples/textField3.gsmarkup is in renaissance-doc 0.9.0-4.

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
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0"?>
<!DOCTYPE gsmarkup>
<gsmarkup>

<objects>

  <window title="Text Field Test" closable="no">
   <vbox>
      <box title="Text Fields">
	<vbox>
          <textField editable="no" selectable="no">&lt;textField editable="no" selectable="no"&gt;</textField>
          <textField editable="no">&lt;textField editable="no"&gt;</textField>
          <textField>&lt;textField&gt;</textField>
          <textField allowsEditingTextAttributes="yes">&lt;textField allowsEditingTextAttributes="yes"&gt;</textField>
          <textField allowsEditingTextAttributes="yes" importsGraphics="yes">&lt;textField allowsEditingTextAttributes="yes" importsGraphics="yes"&gt;</textField>
          <textField textColor="white" backgroundColor="black" drawsBackground="yes">&lt;textField textColor="white" backgroundColor="black" drawsBackground="yes"&gt;</textField>
	</vbox>
      </box>
   </vbox>
  </window>

</objects>

</gsmarkup>