File: array-values.toml

package info (click to toggle)
golang-toml 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,684 kB
  • sloc: makefile: 4
file content (13 lines) | stat: -rw-r--r-- 155 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
# "No newlines are allowed between the curly braces unless they are valid within
# a value"

a = { a = [
]}

b = { a = [
		1,
		2,
	], b = [
		3,
		4,
	]}