summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test.conf41
1 files changed, 41 insertions, 0 deletions
diff --git a/test/test.conf b/test/test.conf
index 139597f..8ac673f 100644
--- a/test/test.conf
+++ b/test/test.conf
@@ -1,2 +1,43 @@
+key1 value
+key2 value
+ key3 value
+key5 value;
+key6 value;;
+include test/external.conf
+
+dict {
+a 1
+ b 2
+ c 3
+ d 4
+ e 5
+}
+
+list [
+ alpha
+ beta
+ gamma
+ delta
+]
+
+
+other_dict {
+ contained_list [
+ a listo
+ of values
+ to be
+ parsed
+ ]
+
+ value1 parsed
+ value2 parsed
+
+ builtin {
+ this that
+ that the other
+ then now
+ }
+
+}