diff options
Diffstat (limited to 'tests/data/toml-lang-compliance/valid/key-value/spec-dotted-keys-1.toml')
-rw-r--r-- | tests/data/toml-lang-compliance/valid/key-value/spec-dotted-keys-1.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/data/toml-lang-compliance/valid/key-value/spec-dotted-keys-1.toml b/tests/data/toml-lang-compliance/valid/key-value/spec-dotted-keys-1.toml new file mode 100644 index 0000000..8f83571 --- /dev/null +++ b/tests/data/toml-lang-compliance/valid/key-value/spec-dotted-keys-1.toml @@ -0,0 +1,4 @@ +name = "Orange" +physical.color = "orange" +physical.shape = "round" +site."google.com" = true |