We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 288e638 commit 86317a3Copy full SHA for 86317a3
tests/invalid/array/extending-table.toml
@@ -0,0 +1,6 @@
1
+a = [{ b = 1 }]
2
+
3
+# Cannot extend tables within static arrays
4
+# https://github.com/toml-lang/toml/issues/908
5
+[a.c]
6
+foo = 1
0 commit comments