summaryrefslogtreecommitdiffstats
path: root/config-lib/src/test/resources/configdefinitions/md5test.def
diff options
context:
space:
mode:
Diffstat (limited to 'config-lib/src/test/resources/configdefinitions/md5test.def')
-rw-r--r--config-lib/src/test/resources/configdefinitions/md5test.def24
1 files changed, 24 insertions, 0 deletions
diff --git a/config-lib/src/test/resources/configdefinitions/md5test.def b/config-lib/src/test/resources/configdefinitions/md5test.def
new file mode 100644
index 00000000000..86a199ea785
--- /dev/null
+++ b/config-lib/src/test/resources/configdefinitions/md5test.def
@@ -0,0 +1,24 @@
+# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+# version=4 , version in comment does not count.
+
+# Added empty line to see if we can confuse
+# the server's md5 calculation
+namespace=test
+
+#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