aboutsummaryrefslogtreecommitdiff
path: root/tests/invalid/array-mixed-types-ints-and-floats.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/invalid/array-mixed-types-ints-and-floats.toml')
-rw-r--r--tests/invalid/array-mixed-types-ints-and-floats.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/invalid/array-mixed-types-ints-and-floats.toml b/tests/invalid/array-mixed-types-ints-and-floats.toml
new file mode 100644
index 0000000..51ebe80
--- /dev/null
+++ b/tests/invalid/array-mixed-types-ints-and-floats.toml
@@ -0,0 +1 @@
+ints-and-floats = [1, 1.0]