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