summaryrefslogtreecommitdiff
path: root/std/encoding/testdata/arrays.toml
blob: f52509bf25a6cdbf8b1e0bc0b154f87c65c0ceb7 (plain)
1
2
3
4
5
6
7
8
[arrays]
data = [ ["gamma", "delta"], [1, 2] ] # comment after an array caused issue #7072

# Line breaks are OK when inside arrays
hosts = [
  "alpha",
  "omega"
] # comment