summaryrefslogtreecommitdiff
path: root/std/encoding/testdata/arrays.toml
diff options
context:
space:
mode:
authorJakob Strobl <Jakob.Strobl@pitt.edu>2020-08-28 18:51:06 -0400
committerGitHub <noreply@github.com>2020-08-28 18:51:06 -0400
commit03a3256e9c62e38f2b35fa83c35be06fe2123fd2 (patch)
tree81a625065ce60e8b0f42b7fbb16cb3c2ea13b3ea /std/encoding/testdata/arrays.toml
parent935c92800f0864c7076cd2e30130fe46fac7e8a5 (diff)
fix(std/encoding/toml): Comment after arrays causing incorrect output (#7224)
Diffstat (limited to 'std/encoding/testdata/arrays.toml')
-rw-r--r--std/encoding/testdata/arrays.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/std/encoding/testdata/arrays.toml b/std/encoding/testdata/arrays.toml
index 5d5913d0c..f52509bf2 100644
--- a/std/encoding/testdata/arrays.toml
+++ b/std/encoding/testdata/arrays.toml
@@ -1,8 +1,8 @@
[arrays]
-data = [ ["gamma", "delta"], [1, 2] ]
+data = [ ["gamma", "delta"], [1, 2] ] # comment after an array caused issue #7072
# Line breaks are OK when inside arrays
hosts = [
"alpha",
"omega"
-]
+] # comment \ No newline at end of file