This file is indexed.

/usr/share/gocode/src/github.com/robfig/config/testdata/source.cfg is in golang-github-robfig-config-dev 0.0~git20141208-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
one=source1
two=source2
three=source3
four=4

two_+_four=%(two)s + %(four)s

[X]
x.one=sourcex1
x.two=sourcex2
x.three=sourcex3

[Y]
y.one=sourcey1
y.two=sourcey2
y.three=sourcey3