File: redefine-1.toml

package info (click to toggle)
golang-toml 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie
  • size: 3,684 kB
  • sloc: makefile: 4
file content (6 lines) | stat: -rw-r--r-- 78 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
# Define b as int, and try to use it as a table: error
[a]
b = 1

[a.b]
c = 2