summaryrefslogtreecommitdiffstats
path: root/third_party/rust/toml/tests/valid/bool.json
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/rust/toml/tests/valid/bool.json')
-rw-r--r--third_party/rust/toml/tests/valid/bool.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/rust/toml/tests/valid/bool.json b/third_party/rust/toml/tests/valid/bool.json
new file mode 100644
index 0000000000..ae368e9492
--- /dev/null
+++ b/third_party/rust/toml/tests/valid/bool.json
@@ -0,0 +1,4 @@
+{
+ "f": {"type": "bool", "value": "false"},
+ "t": {"type": "bool", "value": "true"}
+}