mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 08:23:21 +01:00
2f9beb2374
llvm-svn: 153977
18 lines
327 B
Plaintext
18 lines
327 B
Plaintext
# 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
|