File: inherit.dump

package info (click to toggle)
libconfig-grammar-perl 1.13-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, trixie
  • size: 264 kB
  • sloc: perl: 1,352; makefile: 2
file content (51 lines) | stat: -rw-r--r-- 710 bytes parent folder | download | duplicates (6)
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
  a =>
    '5'
  b =>
    '4'
  d =>
    '1'
  top =>
    {
      a =>
        '7'
      b =>
        '4'
      bottom =>
        {
          b =>
            '4'
          c =>
            '9'
          d =>
            '3'
        }
      c =>
        '2'
      top =>
        {
          a =>
            '5'
          b =>
            '4'
          c =>
            '9'
          top =>
            {
              a =>
                '5'
              b =>
                '6'
              bottom =>
                {
                  b =>
                    '6'
                  c =>
                    '7'
                }
              c =>
                '9'
            }
        }
    }
}