mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 08:23:21 +01:00
2f9beb2374
llvm-svn: 153977
14 lines
241 B
Plaintext
14 lines
241 B
Plaintext
# RUN: yaml-bench -canonical %s
|
|
|
|
---
|
|
scalars:
|
|
plain: !!str some text
|
|
quoted:
|
|
single: 'some text'
|
|
double: "some text"
|
|
collections:
|
|
sequence: !!seq [ !!str entry,
|
|
# Mapping entry:
|
|
key: value ]
|
|
mapping: { key: value }
|