summaryrefslogtreecommitdiff
path: root/tests/data/mappings.events
blob: bcdbd02d4c1d6e8f791fff9d48a6e03b48d7470b (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
- !StreamStart

- !DocumentStart
- !Mapping
- !Scalar { implicit: true, value: 'key' }
- !Scalar { implicit: true, value: 'value' }
- !Scalar { implicit: true, value: 'empty mapping' }
- !Mapping
- !CollectionEnd
- !Scalar { implicit: true, value: 'empty mapping with tag' }
- !Mapping { tag: '!mytag' }
- !CollectionEnd
- !Scalar { implicit: true, value: 'block mapping' }
- !Mapping
- !Mapping
- !Scalar { implicit: true, value: 'complex' }
- !Scalar { implicit: true, value: 'key' }
- !Scalar { implicit: true, value: 'complex' }
- !Scalar { implicit: true, value: 'key' }
- !CollectionEnd
- !Mapping
- !Scalar { implicit: true, value: 'complex' }
- !Scalar { implicit: true, value: 'key' }
- !CollectionEnd
- !CollectionEnd
- !Scalar { implicit: true, value: 'flow mapping' }
- !Mapping { flow: true }
- !Scalar { implicit: true, value: 'key' }
- !Scalar { implicit: true, value: 'value' }
- !Mapping
- !Scalar { implicit: true, value: 'complex' }
- !Scalar { implicit: true, value: 'key' }
- !Scalar { implicit: true, value: 'complex' }
- !Scalar { implicit: true, value: 'key' }
- !CollectionEnd
- !Mapping
- !Scalar { implicit: true, value: 'complex' }
- !Scalar { implicit: true, value: 'key' }
- !CollectionEnd
- !CollectionEnd
- !CollectionEnd
- !DocumentEnd

- !StreamEnd