aboutsummaryrefslogtreecommitdiff
path: root/src/data/yaml/prne_yaml-test.yaml
blob: 8b8d0122912f219b70a896182a4ebcd3c6866167 (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
-
  -
    - a
    - b
  -
    - 1
    - 2
  - "b"
---
main-doc:
  mapping-0:
    apple: fruit
    cabbage: veg
    orange: fruit
    lettuce: veg
  mapping-1:
    persons: &the_alias
      - name: John Doe
        email: john.d@example.com
        extra-data:
          address: |
            137 Example St
            Example City EX 0000
            Example Country
          vehicles:
            - ABC123
            - EXAMPLE
      - name: Jane Doe
        email: jane.d@example.com
    members: *the_alias
---
override_dot:
  a.b: 1
  a:
    b: 2
---
override_slash:
  a/b: 1
  a:
    b: 2
---
lone_text_scalar
---
123
---
- "root"
- "text"
- "array"
- 3.14
---
last-doc: hello