This file is indexed.

/usr/share/php/tests/Horde_Feed/Horde/Feed/fixtures/AtomPublishingTest-updated-entry.xml is in php-horde-feed 2.0.1-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
<!--
PUT /Feed/1/1/
   <atom:entry xmlns:atom="http://www.w3.org/2005/Atom">
    <atom:id>1</atom:id>
    <atom:link rel="edit" href="http://example.com/Feed/1/1/"/>
    <atom:updated>2005-05-23T16:26:00-08:00</atom:updated>
    <atom:title type="text">Entry 1</atom:title>
    <atom:content type="text">1.2</atom:content>
   </atom:entry>
      200 OK
-->
<atom:entry xmlns:atom="http://www.w3.org/2005/Atom">
 <atom:id>1</atom:id>
 <atom:link rel="edit" href="http://example.com/Feed/1/2/"/>
 <atom:updated>2005-05-23T16:27:00-08:00</atom:updated>
 <atom:title type="text">Entry 1</atom:title>
 <atom:content type="text">1.2</atom:content>
</atom:entry>