【新增】添加引用第三方库toml
This commit is contained in:
14
thirdPart/tomlc99/stdex/arrtab6.toml
Normal file
14
thirdPart/tomlc99/stdex/arrtab6.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
# INVALID TOML DOC
|
||||
[[fruits]]
|
||||
name = "apple"
|
||||
|
||||
[[fruits.varieties]]
|
||||
name = "red delicious"
|
||||
|
||||
[fruits.physical]
|
||||
color = "red"
|
||||
shape = "round"
|
||||
|
||||
# INVALID: This array of tables conflicts with the previous table
|
||||
[[fruits.physical]]
|
||||
color = "green"
|
||||
Reference in New Issue
Block a user