diff options
author | davidovski <david@davidovski.xyz> | 2022-02-13 17:52:07 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-02-13 17:52:07 +0000 |
commit | 8ce674db7ea92f6b3e551280b462c4f52ac74116 (patch) | |
tree | b9783423018abeedb66fd96916788c4157acbeb9 /test/simple.conf | |
parent | 355a513ee8ca5ce04a323c0a3fa6f20779dcc4fd (diff) |
added test suite for parseconf
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 +] |