repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
llvm
/
test
/
YAMLParser
/
construct-map.test
blob
1b681206d177f863dd090193635b4b7075820471
1
# RUN: yaml-bench -canonical %s
2
3
# Unordered set of key: value pairs.
4
Block style: !!map
5
Clark : Evans
6
Brian : Ingerson
7
Oren : Ben-Kiki
8
Flow style: !!map { Clark: Evans, Brian: Ingerson, Oren: Ben-Kiki }