diff options
Diffstat (limited to 'test/simple.conf')
-rw-r--r-- | test/simple.conf | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/test/simple.conf b/test/simple.conf new file mode 100644 index 0000000..605f3f5 --- /dev/null +++ b/test/simple.conf @@ -0,0 +1,18 @@ +key1 value1 +key2 value2 +key3 value3 +key4 value4 + +dict { + a 1 + b 2 + c 3 + d 4 +} + +list [ + alpha + beta + gamma + delta +] |