blob: 8cbba6328b6864d0224065d87346ce9108156f1b [file] [log] [blame]
Michael J. Spencer93210e82012-04-03 23:09:22 +00001# RUN: yaml-bench -canonical %s
2
3---
4"this scalar should be selected"
5---
6key11: !foo
7 key12:
8 is: [selected]
9 key22:
10 key13: [not, selected]
11 key23: [not, selected]
12 key32:
13 key31: [not, selected]
14 key32: [not, selected]
15 key33: {not: selected}
16key21: !bar
17 - not selected
18 - selected
19 - not selected
20key31: !baz
21 key12:
22 key13:
23 key14: {selected}
24 key23:
25 key14: [not, selected]
26 key33:
27 key14: {selected}
28 key24: {not: selected}
29 key22:
30 - key14: {selected}
31 key24: {not: selected}
32 - key14: {selected}