Files
leanote/vendor/github.com/revel/config/testdata/target.cfg
2017-11-30 19:55:33 +08:00

20 lines
149 B
INI

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