File: array-then-table.toml

package info (click to toggle)
ruby-toml-rb 4.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,864 kB
  • sloc: ruby: 1,398; makefile: 6
file content (6 lines) | stat: -rw-r--r-- 111 bytes parent folder | download
1
2
3
4
5
6
# Defining [[foo]] as array of tables then [foo] as regular table is invalid
[[foo]]
a = true

[foo]
b = false