diff options
Diffstat (limited to 'tests/data/toml-lang-compliance/valid/table/spec-extend-dotted-object-3.toml')
-rw-r--r-- | tests/data/toml-lang-compliance/valid/table/spec-extend-dotted-object-3.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/data/toml-lang-compliance/valid/table/spec-extend-dotted-object-3.toml b/tests/data/toml-lang-compliance/valid/table/spec-extend-dotted-object-3.toml new file mode 100644 index 0000000..705686c --- /dev/null +++ b/tests/data/toml-lang-compliance/valid/table/spec-extend-dotted-object-3.toml @@ -0,0 +1,9 @@ +# RECOMMENDED + +apple.type = "fruit" +apple.skin = "thin" +apple.color = "red" + +orange.type = "fruit" +orange.skin = "thick" +orange.color = "orange" |