summaryrefslogtreecommitdiffstats
path: root/third_party/rust/toml/tests/valid/table-whitespace.json
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/rust/toml/tests/valid/table-whitespace.json')
-rw-r--r--third_party/rust/toml/tests/valid/table-whitespace.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/rust/toml/tests/valid/table-whitespace.json b/third_party/rust/toml/tests/valid/table-whitespace.json
new file mode 100644
index 0000000000..3a73ec8645
--- /dev/null
+++ b/third_party/rust/toml/tests/valid/table-whitespace.json
@@ -0,0 +1,3 @@
+{
+ "valid key": {}
+}