File: nested-double.toml

package info (click to toggle)
golang-toml 0.4.1%2Bgit20210923.e0af6a2-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 2,028 kB
  • sloc: makefile: 13; python: 11
file content (6 lines) | stat: -rw-r--r-- 40 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
nest = [
	[
		["a"],
		[1, 2, [3]]
	]
]