init
This commit is contained in:
10
node_modules/toml/test/inline_tables.toml
generated
vendored
Normal file
10
node_modules/toml/test/inline_tables.toml
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
name = { first = "Tom", last = "Preston-Werner" }
|
||||
point = { x = 1, y = 2 }
|
||||
nested = { x = { a = { b = 3 } } }
|
||||
|
||||
points = [ { x = 1, y = 2, z = 3 },
|
||||
{ x = 7, y = 8, z = 9 },
|
||||
{ x = 2, y = 4, z = 8 } ]
|
||||
|
||||
arrays = [ { x = [1, 2, 3], y = [4, 5, 6] },
|
||||
{ x = [7, 8, 9], y = [0, 1, 2] } ]
|
||||
Reference in New Issue
Block a user