File: array.multi

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 (18 lines) | stat: -rw-r--r-- 345 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
double-comma-1 = [1,,2]
double-comma-2 = [1,2,,]

only-comma-1 = [,]
only-comma-2 = [,,]

no-comma-1 = [true false]
no-comma-2 = [ 1 2 3 ]
no-comma-3 = [ 1 #,]

no-close-1 = [ 1, 2, 3
no-close-2 = [1,
no-close-3 = [42 #]
no-close-4 = [{ key = 42
no-close-5 = [{ key = 42}
no-close-6 = [{ key = 42 #}]
no-close-7 = [{ key = 42} #]
no-close-8 = [