istanbul-tools/vendor/github.com/naoina/toml/testdata/unmarshal-array-3.toml

8 lines
65 B
TOML
Raw Normal View History

2017-08-08 00:30:58 -07:00
# unmarshal-array-3.toml
ints = [
1,
2,
3, # this is ok
]