File: yaml_comments.yml

package info (click to toggle)
python-ntc-templates 3.5.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 17,096 kB
  • sloc: python: 735; makefile: 13; sh: 2
file content (25 lines) | stat: -rw-r--r-- 289 bytes parent folder | download | duplicates (2)
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
---
a: 5 # comment 1
b: 6 # comment 2
# comment 3
c:
  - 7 # comment 4
# comment 5
  - 8
# comment 6
d:
  # comment 7
  e: a # comment 8
  f:
    - 9
    # comment 9
    - 10
    - a:
        a: 8
        # comment 10
        b: 1
    - b: 1
    - 9
# comment 11
# comment 12
# comment 13