summaryrefslogtreecommitdiffstats
path: root/vendor/basic-toml/tests/valid/array-mixed-types-ints-and-floats.json
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/basic-toml/tests/valid/array-mixed-types-ints-and-floats.json')
-rw-r--r--vendor/basic-toml/tests/valid/array-mixed-types-ints-and-floats.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/vendor/basic-toml/tests/valid/array-mixed-types-ints-and-floats.json b/vendor/basic-toml/tests/valid/array-mixed-types-ints-and-floats.json
new file mode 100644
index 000000000..c90665ead
--- /dev/null
+++ b/vendor/basic-toml/tests/valid/array-mixed-types-ints-and-floats.json
@@ -0,0 +1,9 @@
+{
+ "ints-and-floats": {
+ "type": "array",
+ "value": [
+ {"type": "integer", "value": "1"},
+ {"type": "float", "value": "1.1"}
+ ]
+ }
+}