【新增】添加引用第三方库toml
This commit is contained in:
8
thirdPart/tomlc99/stdex/arrtab3.toml
Normal file
8
thirdPart/tomlc99/stdex/arrtab3.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
# INVALID TOML DOC
|
||||
[fruit.physical] # subtable, but to which parent element should it belong?
|
||||
color = "red"
|
||||
shape = "round"
|
||||
|
||||
[[fruit]] # parser must throw an error upon discovering that "fruit" is
|
||||
# an array rather than a table
|
||||
name = "apple"
|
||||
Reference in New Issue
Block a user