go vendor
This commit is contained in:
19
vendor/github.com/revel/config/testdata/target.cfg
generated
vendored
Normal file
19
vendor/github.com/revel/config/testdata/target.cfg
generated
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user