summaryrefslogtreecommitdiffstats
path: root/config/src/test/resources/configs/def-files/test-nodefs.def
diff options
context:
space:
mode:
Diffstat (limited to 'config/src/test/resources/configs/def-files/test-nodefs.def')
-rw-r--r--config/src/test/resources/configs/def-files/test-nodefs.def17
1 files changed, 17 insertions, 0 deletions
diff --git a/config/src/test/resources/configs/def-files/test-nodefs.def b/config/src/test/resources/configs/def-files/test-nodefs.def
new file mode 100644
index 00000000000..e35438a26ff
--- /dev/null
+++ b/config/src/test/resources/configs/def-files/test-nodefs.def
@@ -0,0 +1,17 @@
+# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+version=2
+namespace=foo
+
+# test config vars with no defaults
+
+s string
+j int
+b bool
+f double
+e enum { AA, BB, CC }
+
+basicstruct.foo string
+basicstruct.bar int
+
+arr[].s string
+arr[].i int