repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Rewrite how VCMP are lowered, using a single node
[llvm-core.git]
/
test
/
YAMLParser
/
spec-08-09.test
blob
1c8258594310e2afa0284493fd5321633d2e8e07
1
# RUN: yaml-bench -canonical %s
2
3
---
4
scalars:
5
plain: !!str some text
6
quoted:
7
single: 'some text'
8
double: "some text"
9
collections:
10
sequence: !!seq [ !!str entry,
11
# Mapping entry:
12
key: value ]
13
mapping: { key: value }