summaryrefslogtreecommitdiffstats
path: root/tests/Settings.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Settings.toml')
-rw-r--r--tests/Settings.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Settings.toml b/tests/Settings.toml
index bb53808..65b3c4e 100644
--- a/tests/Settings.toml
+++ b/tests/Settings.toml
@@ -8,6 +8,10 @@ code = 53
# errors
boolean_s_parse = "fals"
+# For override tests
+FOO="FOO should be overridden"
+bar="I am bar"
+
arr = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
quarks = ["up", "down", "strange", "charm", "bottom", "top"]