Add ConfigFile
This commit is contained in:
parent
e01db3ead5
commit
9b8b288ba6
9 changed files with 153 additions and 0 deletions
15
great_ai/tests/utilities/data/good.conf
Normal file
15
great_ai/tests/utilities/data/good.conf
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
|
||||
zeroth_key="test"
|
||||
first_key=test
|
||||
second_key = test 2 # comment is ignored
|
||||
third_key= "test= 2=="
|
||||
|
||||
fourth_key = "
|
||||
this#
|
||||
is
|
||||
multiline
|
||||
" # cannot write comments inside multiline
|
||||
|
||||
whitespace = hardly matters
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue