Implement a simple config file parser
This commit is contained in:
parent
7744ac69f4
commit
a04dd647f6
20 changed files with 601 additions and 0 deletions
3
Tests/SimpleConf/TestConfigs/CommentsOnly.conf
Normal file
3
Tests/SimpleConf/TestConfigs/CommentsOnly.conf
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Another example of an empty config
|
||||
# The config should initialize successfully,
|
||||
# but there should be no kv-pairs inside it
|
Loading…
Add table
Add a link
Reference in a new issue