go vendor
This commit is contained in:
17
vendor/github.com/revel/config/testdata/app-invalid.conf
generated
vendored
Normal file
17
vendor/github.com/revel/config/testdata/app-invalid.conf
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
one=source1
|
||||
two=source2
|
||||
three=source3
|
||||
four=4
|
||||
|
||||
#invalid spot
|
||||
%(two)s + %(four)s
|
||||
|
||||
[X]
|
||||
x.one=conf1-sourcex1
|
||||
x.two=conf1-sourcex2
|
||||
x.three=conf1-sourcex3
|
||||
|
||||
[Y]
|
||||
y.one=conf1-sourcey1
|
||||
y.two=conf1-sourcey2
|
||||
y.three=conf1-sourcey3
|
||||
16
vendor/github.com/revel/config/testdata/conf-path1/app.conf
generated
vendored
Normal file
16
vendor/github.com/revel/config/testdata/conf-path1/app.conf
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
one=source1
|
||||
two=source2
|
||||
three=source3
|
||||
four=4
|
||||
|
||||
two_+_four=%(two)s + %(four)s
|
||||
|
||||
[X]
|
||||
x.one=conf1-sourcex1
|
||||
x.two=conf1-sourcex2
|
||||
x.three=conf1-sourcex3
|
||||
|
||||
[Y]
|
||||
y.one=conf1-sourcey1
|
||||
y.two=conf1-sourcey2
|
||||
y.three=conf1-sourcey3
|
||||
18
vendor/github.com/revel/config/testdata/conf-path2/app.conf
generated
vendored
Normal file
18
vendor/github.com/revel/config/testdata/conf-path2/app.conf
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
one=source1
|
||||
two=source2
|
||||
three=source3
|
||||
four=4
|
||||
|
||||
two_+_four=%(two)s + %(four)s
|
||||
|
||||
[X]
|
||||
x.one=conf2-sourcex1
|
||||
x.two=override-conf2-sourcex2
|
||||
x.three=conf2-sourcex3
|
||||
|
||||
x.four=exists here only
|
||||
|
||||
[Y]
|
||||
y.one=conf2-sourcey1
|
||||
y.two=conf2-sourcey2
|
||||
y.three=override-conf2-sourcey3
|
||||
17
vendor/github.com/revel/config/testdata/source.cfg
generated
vendored
Normal file
17
vendor/github.com/revel/config/testdata/source.cfg
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
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
|
||||
|
||||
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