This file is indexed.

/usr/share/gocode/src/github.com/robfig/config/testdata/target.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
17
18
one=1
two=2
three=3
five=5

two_+_three=%(two)s + %(three)s

[X]
x.one=x1
x.two=x2
x.three=x3
x.four=x4

[Y]
y.one=y1
y.two=y2
y.three=y3
y.four=y4