diff options
Diffstat (limited to 'tests/resources/config/config18')
-rw-r--r-- | tests/resources/config/config18 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/resources/config/config18 b/tests/resources/config/config18 new file mode 100644 index 0000000..cb6fd5e --- /dev/null +++ b/tests/resources/config/config18 @@ -0,0 +1,5 @@ +[core] + int32global = 28 + int64global = 9223372036854775803 + boolglobal = true + stringglobal = I'm a global config value!
\ No newline at end of file |