File: groups

package info (click to toggle)
inn2 2.5.4-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 11,720 kB
  • ctags: 8,983
  • sloc: ansic: 92,499; sh: 13,509; perl: 12,921; makefile: 2,985; yacc: 842; python: 342; lex: 255
file content (31 lines) | stat: -rw-r--r-- 335 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
test {
  value: true
}test { value: false }
group {
  value: 2

  test {

}

# comment
  test { value: 3 }
  test { test final { value: 4} }
}

group { param: 10
  nest 1 { nest 2 { nest 3 { nest 4 { } }}} }

params first {
  #comment
  first: 1
#comment

  params second {
    second: 2

    params third {
      third: 3
    }
  }
}