• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1---
2"this scalar should be selected"
3---
4key11: !foo
5    key12:
6        is: [selected]
7    key22:
8        key13: [not, selected]
9        key23: [not, selected]
10    key32:
11        key31: [not, selected]
12        key32: [not, selected]
13        key33: {not: selected}
14key21: !bar
15    - not selected
16    - selected
17    - not selected
18key31: !baz
19    key12:
20        key13:
21            key14: {selected}
22        key23:
23            key14: [not, selected]
24        key33:
25            key14: {selected}
26            key24: {not: selected}
27    key22:
28        -   key14: {selected}
29            key24: {not: selected}
30        -   key14: {selected}
31