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

14 lines
167 B
TOML

# unmarshal-pointer.toml
inline = { key1 = "test", key2 = "a", key3 = "b" }
[[tables]]
key1 = "a"
key2 = "a"
key3 = "a"
[[tables]]
key1 = "b"
key2 = "b"
key3 = "b"