summaryrefslogtreecommitdiffstats
path: root/config/src/test/resources/configs/def-files/md5test.def
blob: 868e62f674a0aadc8bd0ebaaa3db8ec7ff74eedd (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
26
27
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
namespace=foo
# version=4 , version in comment does not count.

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

#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