brintos

brintos / llvm-project-archived public Read only

0
0
Text · 327 B · 74054eb Raw
18 lines · plain
1# RUN: yaml-bench -canonical %s2 3block styles:4  scalars:5    literal: !!str |6      #!/usr/bin/perl7      print "Hello, world!\n";8    folded: >9      This sentence10      is false.11  collections: !!map12    sequence: !!seq # Entry:13      - entry # Plain14      # Mapping entry:15      - key: value16    mapping: 17      key: value18