File: listl2.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 (17 lines) | stat: -rw-r--r-- 254 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# vim: tabstop=4 expandtab shiftwidth=4 softtabstop=4 smartindent
l1:
    - d1:
        - d1k3: v3
    - d2:
        - d2k1: xxx
    - d3:
        - d3k1: only in 2

l2:
    d1:
        d1k3: v3
    d2:
        d2k1: xxx
    d3:
        d3k1: only in 2