toml/stdex/inlinetab1.toml.res

16 lines
165 B
Text
Raw Normal View History

2021-03-08 01:28:41 +00:00
{
name = {
first = "Tom",
last = "Preston-Werner",
},
point = {
x = 1,
y = 2,
},
animal = {
type = {
name = "pug",
},
},
}