File: inline-table-duplicate-key.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 (6 lines) | stat: -rw-r--r-- 226 bytes parent folder | download
1
2
3
4
5
6
# Inline tables fully define the keys and sub-tables within them. 
# So, inline tables can not be used to add keys
# or sub-tables to an already-defined table.
[product]
type.name = "Nail"
type = { edible = false }  # INVALID