summaryrefslogtreecommitdiffstats
path: root/tests/Settings.toml
diff options
context:
space:
mode:
authorRyan Leckey <ryan@launchbadge.com>2019-12-07 18:19:45 -0800
committerGitHub <noreply@github.com>2019-12-07 18:19:45 -0800
commite9729be38ffcfbe53dc64d9cbdfbe50031b54b42 (patch)
tree263c50b49a6b2bc264f44de3a69574d1096e16f7 /tests/Settings.toml
parentc8da0a5d3ef24bbf55a5b6dcffec2fa21f014ee3 (diff)
parent0b6556eacaf8f16312487594a0888bfe79723748 (diff)
Merge pull request #119 from vorner/universal-map-keys
Allow arbitrary types of map keys
Diffstat (limited to 'tests/Settings.toml')
-rw-r--r--tests/Settings.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/Settings.toml b/tests/Settings.toml
index 26e6d26..bafb319 100644
--- a/tests/Settings.toml
+++ b/tests/Settings.toml
@@ -9,6 +9,7 @@ code = 53
boolean_s_parse = "fals"
arr = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
+quarks = ["up", "down", "strange", "charm", "bottom", "top"]
[diodes]
green = "off"
@@ -40,3 +41,13 @@ rating = 4.5
[place.creator]
name = "John Smith"
+
+[proton]
+up = 2
+down = 1
+
+[divisors]
+1 = 1
+2 = 2
+4 = 3
+5 = 2