aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/src/test/resources/configdefinitions/config.md5test.def
blob: be4c3cfbc6a0946c08b024ed09c2f0ba3d7dd6bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

# Added empty line to see if we can confuse
# the server's md5 calculation
namespace=config

#even adding a variable name starting with 'version'
versiontag int default=3

blabla string default=""
tabs string default="		"
test int

# test multiple spaces/tabs
spaces     int
singletab	string
multitabs			double

# test enum
normal enum { VAL1, VAL2 } default=VAL1
spacevalues enum { V1  , V2 ,  V3  ,  V4 } default=V3  

# Comments and empty lines at the end