summaryrefslogtreecommitdiffstats
path: root/test/fixtures/formatting-before/fmt-2.yml
blob: dbfb77741390b40ef4389b7e44e92b5bed365dd3 (plain)
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
# preamble/header comment
---
# initial comment
  - foo: bar

  - baz:  # over indented
        - qwerty
        - foobar
    animals: # under indented
    - crow
    - pig
    - giraffe

  - nothing: null  # null

  - octal:
    - 0o123  # YAML 1.2 octal
    - 0123  # YAML 1.1 octal

  - integer:
    - 0  # Not an octal. See #2071
    - 10
    - 9999
    zero: 0  # Not an octal. See #2071

  - string:
    - 0steps
    - 9steps
    - 0.0.0.0
    - "0"
    - "01234"