DEBSOURCES
Skip Quicknav
sources / ruby-toml-rb / 4.1.0-1 / test / examples / invalid / table / array-then-table.toml
123456
# Defining [[foo]] as array of tables then [foo] as regular table is invalid [[foo]] a = true [foo] b = false