xref
: /
third_party
/
python
/
Lib
/
test
/
test_tomllib
/
data
/
invalid
/
array-of-tables
/
overwrite-array-in-parent.toml
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/python/Lib/test/test_tomllib/data/invalid/array-of-tables/
1
[[
parent-table.arr
]]
2
[parent-table]
3
not-arr = 1
4
arr = 2
5