diff options
Diffstat (limited to 'third_party/rust/toml/tests/valid/implicit-and-explicit-before.toml')
-rw-r--r-- | third_party/rust/toml/tests/valid/implicit-and-explicit-before.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/rust/toml/tests/valid/implicit-and-explicit-before.toml b/third_party/rust/toml/tests/valid/implicit-and-explicit-before.toml new file mode 100644 index 0000000000..eee68ff514 --- /dev/null +++ b/third_party/rust/toml/tests/valid/implicit-and-explicit-before.toml @@ -0,0 +1,5 @@ +[a] +better = 43 + +[a.b.c] +answer = 42 |