File: inline-table-duplicate-key2.toml

package info (click to toggle)
ruby-toml-rb 2.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 756 kB
  • sloc: ruby: 1,343; makefile: 6
file content (5 lines) | stat: -rw-r--r-- 172 bytes parent folder | download
1
2
3
4
5
# Inline tables fully define the keys and sub-tables within them.
# New keys and sub-tables cannot be added to them.
[product]
type = { name = "Nail" }
type.edible = false