summaryrefslogtreecommitdiff
path: root/test/YAMLParser/spec-08-10.data
blob: 74054eb08832cc5267594fc657c9513266ca0f4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# RUN: yaml-bench -canonical %s

block styles:
  scalars:
    literal: !!str |
      #!/usr/bin/perl
      print "Hello, world!\n";
    folded: >
      This sentence
      is false.
  collections: !!map
    sequence: !!seq # Entry:
      - entry # Plain
      # Mapping entry:
      - key: value
    mapping: 
      key: value