Implement a simple config file parser
This commit is contained in:
parent
405b68b824
commit
167b8bee8d
20 changed files with 601 additions and 0 deletions
10
Tests/SimpleConf/TestConfigs/Parsing-OnlyKey.conf
Normal file
10
Tests/SimpleConf/TestConfigs/Parsing-OnlyKey.conf
Normal file
|
@ -0,0 +1,10 @@
|
|||
# A simple config file that contains only the key on a single line
|
||||
|
||||
normal_key=normal_value
|
||||
another_key=another_value
|
||||
generic=generic
|
||||
another_one=another_value
|
||||
a_very_basic_key
|
||||
another_one=...
|
||||
|
||||
# It doesn't really matter what's here, because the parser won't reach it
|
Loading…
Add table
Add a link
Reference in a new issue