[yaml2obj/obj2yaml] - Add support for .stack_sizes sections.
[llvm-complete.git] / test / YAMLParser / construct-custom.test
blobcac95e0a5fb7c6bd933f9b42837d1f73460bfdce
1 # RUN: yaml-bench -canonical %s
3 ---
4 - !tag1
5   x: 1
6 - !tag1
7   x: 1
8   'y': 2
9   z: 3
10 - !tag2
11   10
12 - !tag2
13   =: 10
14   'y': 20
15   z: 30
16 - !tag3
17   x: 1
18 - !tag3
19   x: 1
20   'y': 2
21   z: 3
22 - !tag3
23   =: 1
24   'y': 2
25   z: 3
26 - !foo
27   my-parameter: foo
28   my-another-parameter: [1,2,3]