aboutsummaryrefslogtreecommitdiff
path: root/tests/valid/example-v0.3.0.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/valid/example-v0.3.0.toml')
-rw-r--r--tests/valid/example-v0.3.0.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/valid/example-v0.3.0.toml b/tests/valid/example-v0.3.0.toml
index 3e39d62..76aacc3 100644
--- a/tests/valid/example-v0.3.0.toml
+++ b/tests/valid/example-v0.3.0.toml
@@ -79,7 +79,7 @@ trimmed in raw strings.
# Negative numbers are prefixed with a minus sign.
[Integer]
-#key1 = +99
+key1 = +99
key2 = 42
key3 = 0
key4 = -17
@@ -91,7 +91,7 @@ key4 = -17
[Float.fractional]
# fractional
-#key1 = +1.0
+key1 = +1.0
key2 = 3.1415
key3 = -0.01