summaryrefslogtreecommitdiffstats
path: root/internal/toml-test/tests/valid/spec/array-1.toml
blob: 6acd9ca261298e47740ed86da6aeac6e23fa4a36 (plain)
1
2
3
4
5
6
7
8
integers2 = [
  1, 2, 3
]

integers3 = [
  1,
  2, # this is ok
]