mirror of
https://github.com/dtomlinson91/panaetius.git
synced 2025-12-22 13:05:45 +00:00
adding latest tests
This commit is contained in:
10
tests/data/without_logging/panaetius_testing/config.toml
Normal file
10
tests/data/without_logging/panaetius_testing/config.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[panaetius_testing]
|
||||
some_top_string = "some_top_value"
|
||||
|
||||
[panaetius_testing.second]
|
||||
some_second_string = "some_second_value"
|
||||
some_second_int = 1
|
||||
some_second_float = 1.0
|
||||
some_second_list = ["some", "second", "value"]
|
||||
some_second_table = { "first" = ["some", "first", "value"] }
|
||||
some_second_table_bools = { "bool" = [true, false] }
|
||||
Reference in New Issue
Block a user