1 # RUN: yaml-bench -canonical %s 2 3 block styles: 4 scalars: 5 literal: !!str | 6 #!/usr/bin/perl 7 print "Hello, world!\n"; 8 folded: > 9 This sentence 10 is false. 11 collections: !!map 12 sequence: !!seq # Entry: 13 - entry # Plain 14 # Mapping entry: 15 - key: value 16 mapping: 17 key: value 18