aboutsummaryrefslogtreecommitdiff
path: root/tests/valid
diff options
context:
space:
mode:
Diffstat (limited to 'tests/valid')
-rw-r--r--tests/valid/hard_example.toml2
-rw-r--r--tests/valid/table-whitespace.toml2
-rw-r--r--tests/valid/table-with-pound.toml2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/valid/hard_example.toml b/tests/valid/hard_example.toml
index 6c47b2c..38856c8 100644
--- a/tests/valid/hard_example.toml
+++ b/tests/valid/hard_example.toml
@@ -13,7 +13,7 @@ test_string = "You'll hate me after this - #" # " Annoying, isn't it?
harder_test_string = " And when \"'s are in the string, along with # \"" # "and comments are there too"
# Things will get harder
- [the.hard.bit#]
+ [the.hard."bit#"]
"what?" = "You don't think some user won't do that?"
multi_line_array = [
"]",
diff --git a/tests/valid/table-whitespace.toml b/tests/valid/table-whitespace.toml
index 798756c..daf881d 100644
--- a/tests/valid/table-whitespace.toml
+++ b/tests/valid/table-whitespace.toml
@@ -1 +1 @@
-[valid key]
+["valid key"]
diff --git a/tests/valid/table-with-pound.toml b/tests/valid/table-with-pound.toml
index e7b777e..33f2c4f 100644
--- a/tests/valid/table-with-pound.toml
+++ b/tests/valid/table-with-pound.toml
@@ -1,2 +1,2 @@
-[key#group]
+["key#group"]
answer = 42