You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# 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
|