mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 00:12:50 +01:00
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 }
|