repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[test/Object] - Move/rewrite 2 more test cases.
[llvm-complete.git]
/
test
/
YAMLParser
/
spec-08-06.test
blob
b457d59b569e83157aca51bd0d237577f91ae883
1
# RUN: not yaml-bench -canonical %s 2>&1 | FileCheck %s
2
#
3
# We don't currently validate tags.
4
# CHECK: error: Unknown tag handle
5
6
%TAG !o! tag:ben-kiki.org,2000:
7
---
8
- !$a!b foo
9
- !o! bar
10
- !h!type baz
11