brintos

brintos / llvm-project-archived public Read only

0
0
Text · 666 B · 8cbba63 Raw
33 lines · plain
1# RUN: yaml-bench -canonical %s2 3---4"this scalar should be selected"5---6key11: !foo7    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: !bar17    - not selected18    - selected19    - not selected20key31: !baz21    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}33