File: baseext.yaml

package info (click to toggle)
python-hiyapyco 0.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 436 kB
  • sloc: python: 2,012; makefile: 237
file content (31 lines) | stat: -rw-r--r-- 525 bytes parent folder | download
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
# vim: tabstop=4 expandtab shiftwidth=4 softtabstop=4 smartindent
singel: ext
int: 10
array:
    - baseext1
    - baseext2
hash:
    ek1: be1
    ek2: be2
deeplist:
    - d1:
        d1ext: vext
    - dext1:
        d1k1ext: v1ext
    - d31:
        a: AAA
      d32:
        a: A2A2
        c: CCC
deepmap:
    l1k1:
        l2k1: overwr
        l2k3: new val
    l1k1ext:
        l2k1ext: ext
ext: extendet only
missing_key_parent:
    a: b
common_key:
    common_subkey_deep: oneext
    missing_key_ext: val2missingInBase