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
[libc] Deprecate LLVM_ENABLE_PROJECTS in favor of LLVM_ENABLE_RUNTIMES. (#117265)
[llvm-project.git]
/
llvm
/
test
/
YAMLParser
/
spec-07-08.test
blob
7197404b3849ff72b60e7cab7f95aeea076a357f
1
# RUN: yaml-bench -canonical %s
2
3
# Explicitly specify default settings:
4
%TAG ! !
5
%TAG !! tag:yaml.org,2002:
6
# Named handles have no default:
7
%TAG !o! tag:ben-kiki.org,2000:
8
---
9
- !foo "bar"
10
- !!str "string"
11
- !o!type "baz"