Home | History | Annotate | Download | only in YAMLParser
      1 # RUN: yaml-bench -canonical %s
      2 
      3 ---
      4 "this scalar should be selected"
      5 ---
      6 key11: !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}
     16 key21: !bar
     17     - not selected
     18     - selected
     19     - not selected
     20 key31: !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}
     33