Implement a simple config file parser
This commit is contained in:
parent
7744ac69f4
commit
a04dd647f6
20 changed files with 601 additions and 0 deletions
8
Tests/SimpleConf/TestConfigs/Parsing-HashInKey.conf
Normal file
8
Tests/SimpleConf/TestConfigs/Parsing-HashInKey.conf
Normal file
|
@ -0,0 +1,8 @@
|
|||
# A simple config file that contains a # character inside the key
|
||||
|
||||
normal_key=normal_value
|
||||
another_key=another_value
|
||||
a_very_bas#ic_key=generic_value
|
||||
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