This file is indexed.

/usr/lib/python3/dist-packages/pandas/io/tests/data/valid_markup.html is in python3-pandas 0.13.1-2ubuntu2.

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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
    <head>
        <meta name="generator" content=
        "HTML Tidy for Linux (vers 25 March 2009), see www.w3.org">
        <title></title>
    </head>
    <body>
        <table border="1" class="dataframe">
            <thead>
                <tr style="text-align: right;">
                    <th></th>
                    <th>a</th>
                    <th>b</th>
                </tr>
            </thead>
            <tbody>
                <tr>
                    <th>0</th>
                    <td>6</td>
                    <td>7</td>
                </tr>
                <tr>
                    <th>1</th>
                    <td>4</td>
                    <td>0</td>
                </tr>
                <tr>
                    <th>2</th>
                    <td>9</td>
                    <td>4</td>
                </tr>
                <tr>
                    <th>3</th>
                    <td>7</td>
                    <td>0</td>
                </tr>
            </tbody>
        </table>
        <table border="1" class="dataframe">
            <thead>
                <tr style="text-align: right;">
                    <th></th>
                    <th>a</th>
                    <th>b</th>
                </tr>
            </thead>
            <tbody>
                <tr>
                    <th>0</th>
                    <td>6</td>
                    <td>7</td>
                </tr>
                <tr>
                    <th>1</th>
                    <td>4</td>
                    <td>0</td>
                </tr>
            </tbody>
        </table>
    </body>
</html>