Fixed/added some config parsing tests
This commit is contained in:
@@ -7,5 +7,6 @@ render["world"] = {
|
||||
}
|
||||
|
||||
render["otherworld"] = {
|
||||
"rendermode": "foo"
|
||||
"rendermode": "foo",
|
||||
"bgcolor": "#ffffff"
|
||||
}
|
||||
|
||||
6
test/data/settings/settings_test_bgcolor.py
Normal file
6
test/data/settings/settings_test_bgcolor.py
Normal file
@@ -0,0 +1,6 @@
|
||||
bgcolor="#000000"
|
||||
|
||||
render["world"] = {
|
||||
"worldpath": "test/data/settings/test_world",
|
||||
"bgcolor":"ffff"
|
||||
}
|
||||
Reference in New Issue
Block a user